[vlc-devel] commit: macosx: Remove orphan line which prevented the execution of our intf timer ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Jan 4 23:38:47 CET 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jan 4 23:38:39 2009 +0100| [8effdf59f850d64420a0f3ca1a4c8cb8418ae89a] | committer: Felix Paul Kühne
macosx: Remove orphan line which prevented the execution of our intf timer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8effdf59f850d64420a0f3ca1a4c8cb8418ae89a
---
modules/gui/macosx/playlist.m | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 3423f73..b22eff9 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -493,8 +493,6 @@
[o_status_field setStringValue: _NS("1 item")];
}
vlc_object_release( p_playlist );
-
- [self outlineViewSelectionDidChange: nil];
}
- (void)playModeUpdated
More information about the vlc-devel
mailing list