]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
* remove/disable the update-checker on OSX until 0.8.4 is out
[vlc] / modules / gui / macosx / intf.m
index 8fa441b17ec23b8f636e538ceeee50d75a41ac0b..650437603cbd44dc78371151d69c6de646114c74 100644 (file)
@@ -41,7 +41,7 @@
 #include "wizard.h"
 #include "extended.h"
 #include "bookmarks.h"
-#include "update.h"
+/*#include "update.h"*/
 
 /*****************************************************************************
  * Local prototypes.
@@ -303,7 +303,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     o_wizard = [[VLCWizard alloc] init];
     o_extended = [[VLCExtended alloc] init];
     o_bookmarks = [[VLCBookmarks alloc] init];
-    o_update = [[VLCUpdate alloc] init];
+    /*o_update = [[VLCUpdate alloc] init];*/
 
     i_lastShownVolume = -1;
     return _o_sharedMainInstance;
@@ -467,7 +467,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     /* main menu */
     [o_mi_about setTitle: [_NS("About VLC media player") \
         stringByAppendingString: @"..."]];
-    [o_mi_checkForUpdate setTitle: _NS("Check for Update...")];
+/*    [o_mi_checkForUpdate setTitle: _NS("Check for Update...")];*/
     [o_mi_prefs setTitle: _NS("Preferences...")];
     [o_mi_add_intf setTitle: _NS("Add Interface")];
     [o_mu_add_intf setTitle: _NS("Add Interface")];
@@ -1541,7 +1541,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     [o_prefs showPrefs];
 }
 
-- (IBAction)checkForUpdate:(id)sender
+/*- (IBAction)checkForUpdate:(id)sender
 {
     if (!nib_update_loaded)
     {
@@ -1550,7 +1550,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     } else {
         [o_update showUpdateWindow];
     }
-}
+}*/
 
 - (IBAction)closeError:(id)sender
 {