]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
Preferences, audio, save the normalizer activation and clean.
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
index e30e265a7f15c48787fe633152fe72809d989132..f409ee25771a42add426f96e2f1ed180a0a7a718 100644 (file)
@@ -28,7 +28,6 @@
  *  - Finish implementation (see WX)
  *  - Improvements over WX
  *      - Validator for modulelist
- *  - Implement update stuff using a general Updated signal
  */
 
 #include "components/preferences_widgets.hpp"
@@ -685,7 +684,6 @@ void ModuleListConfigControl::onUpdate( int value )
             }
         }
     }
-    emit Updated();
 }
 
 /**************************************************************************