[vlc-devel] commit: macosx: stupid c&p error ( Felix Paul Kühne )

git version control git at videolan.org
Thu Sep 25 16:39:32 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 25 16:43:03 2008 +0200| [5af8cc2e44cfa73e385ef5d5b2d25c7d25499c63] | committer: Felix Paul Kühne 

macosx: stupid c&p error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5af8cc2e44cfa73e385ef5d5b2d25c7d25499c63
---

 modules/gui/macosx/prefs_widgets.m |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index 40e6670..90c187f 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -478,41 +478,6 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain];       \
             break;
         }
         break;
-        switch( i_lastItem )
-        {
-        case CONFIG_ITEM_STRING:
-        case CONFIG_ITEM_PASSWORD:
-            i_margin = 8;
-            break;
-        case CONFIG_ITEM_STRING_LIST:
-            i_margin = 7;
-            break;
-        case CONFIG_ITEM_FILE:
-            i_margin = 8;
-            break;
-        case CONFIG_ITEM_MODULE:
-            i_margin = 4;
-            break;
-        case CONFIG_ITEM_INTEGER:
-            i_margin = 7;
-            break;
-        case CONFIG_ITEM_RANGED_INTEGER:
-            i_margin = 5;
-            break;
-        case CONFIG_ITEM_BOOL:
-            i_margin = 7;
-            break;
-        case CONFIG_ITEM_KEY_AFTER_10_3:
-            i_margin = 6;
-            break;
-        case CONFIG_ITEM_MODULE_LIST:
-            i_margin = 8;
-            break;
-        default:
-            i_margin = 20;
-            break;
-        }
-        break;
     case CONFIG_ITEM_STRING_LIST:
         switch( i_lastItem )
         {




More information about the vlc-devel mailing list