From 4fa324127f5179a41d0bd38db414002afa9db73b Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 22 Aug 2007 20:10:54 +0000 Subject: [PATCH] Don't commit stuff that shouldn't have been commited. --- modules/gui/qt4/components/extended_panels.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp index cfb58c580d..e9c69182a8 100644 --- a/modules/gui/qt4/components/extended_panels.cpp +++ b/modules/gui/qt4/components/extended_panels.cpp @@ -148,8 +148,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : SETUP_VFILTER( noise ) - SETUP_VFILTER( grain ) - SETUP_VFILTER( psychedelic ) SETUP_VFILTER( sharpen ) @@ -302,7 +300,6 @@ void ExtVideo::ChangeVFiltersString( char *psz_name, vlc_bool_t b_add ) FIND_ANYWHERE ); if( p_vout ) { - printf("Filter string: %s\n", psz_string); if( !strcmp( psz_filter_type, "sub-filter" ) ) var_SetString( p_vout->p_spu, psz_filter_type, psz_string ); else @@ -310,10 +307,7 @@ void ExtVideo::ChangeVFiltersString( char *psz_name, vlc_bool_t b_add ) vlc_object_release( p_vout ); } - printf("%s %s %d\n", __FILE__,__func__,__LINE__); - free( psz_string ); - printf("%s %s %d\n", __FILE__,__func__,__LINE__); } void ExtVideo::updateFilters() -- 2.39.2