From 416592520166da0cab1eeee0bf1d4b13ba6da769 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 29 Dec 2008 20:55:51 +0100 Subject: [PATCH] atmo: remove silly thing. --- modules/video_filter/atmo/AtmoConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/atmo/AtmoConfig.cpp b/modules/video_filter/atmo/AtmoConfig.cpp index 9c22d8e7aa..5e1fdf74ff 100644 --- a/modules/video_filter/atmo/AtmoConfig.cpp +++ b/modules/video_filter/atmo/AtmoConfig.cpp @@ -128,7 +128,7 @@ void CAtmoConfig::LoadDefaults() { clearAllChannelMappings(); m_CurrentChannelAssignment = 0; - tChannelAssignment *temp = temp = new tChannelAssignment; + tChannelAssignment* temp = new tChannelAssignment; temp->system = true; for(int i=0;imappings[i] = i; -- 2.39.2