]> git.sesse.net Git - vlc/commitdiff
* removed instability warning, which was introduced for the 0.8.5 betas
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Apr 2006 15:59:33 +0000 (15:59 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Apr 2006 15:59:33 +0000 (15:59 +0000)
modules/gui/macosx/sfilters.m

index e4b15a4ac7d40b41317880103288bd4c3ca6a0ba..fe82119f9155a2563c239b462e751cba7ffe37a0 100644 (file)
@@ -2,7 +2,7 @@
  * sfilter.m: MacOS X Subpicture filters dialogue
  *****************************************************************************
  * Copyright (C) 2005-2006 the VideoLAN team
- * $Id:$
+ * $Id$
  *
  * Authors: Felix Kühne <fkuehne@users.sf.net>
  *
@@ -242,14 +242,6 @@ static VLCsFilters *_o_sharedInstance = nil;
     [o_sfilter_win displayIfNeeded];
     [o_sfilter_win makeKeyAndOrderFront:nil];
 
-    /* show a warning until the panel is removed for 0.8.5
-     * This isn't to be localised */
-    NSBeginCriticalAlertSheet( @"Implementation incomplete", @"OK", \
-        @"", @"", o_sfilter_win, nil, nil, nil, nil, @"The panel " \
-        "you just opened is not implemented completely and contains " \
-        "various limitations and certain bugs. Be warned.\n\nIt isn't going " \
-        "to be included within the final build of VLC 0.8.5." );
-
     intf_thread_t * p_intf = VLCIntf;
 
     /* retrieve the marquee settings */