vlc | branch: master | Thomas Guillem <[email protected]> | Mon Jun 3 09:36:42 2019 +0200| [0b288e399cd9424774de146c2df6098f53281488] | committer: Thomas Guillem
macosx: remove last input_thread_t references > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b288e399cd9424774de146c2df6098f53281488 --- modules/gui/macosx/panels/VLCBookmarksWindowController.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/macosx/panels/VLCBookmarksWindowController.m b/modules/gui/macosx/panels/VLCBookmarksWindowController.m index 9bb2d673c2..7bbfdf23e6 100644 --- a/modules/gui/macosx/panels/VLCBookmarksWindowController.m +++ b/modules/gui/macosx/panels/VLCBookmarksWindowController.m @@ -41,7 +41,7 @@ @interface VLCBookmarksWindowController() <NSTableViewDataSource, NSTableViewDelegate> { - input_thread_t *p_old_input; + //input_thread_t *p_old_input; } @end @@ -60,8 +60,8 @@ - (void)dealloc { - if (p_old_input) - input_Release(p_old_input); + //if (p_old_input) + // input_Release(p_old_input); [[NSNotificationCenter defaultCenter] removeObserver:self]; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
