Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ef9b3976
Commit
ef9b3976
authored
Jul 30, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: remove outdated and unneeded bookmarks table reload
parent
ee503a8f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
11 deletions
+1
-11
modules/gui/macosx/bookmarks.h
modules/gui/macosx/bookmarks.h
+1
-1
modules/gui/macosx/bookmarks.m
modules/gui/macosx/bookmarks.m
+0
-9
modules/gui/macosx/playlist.m
modules/gui/macosx/playlist.m
+0
-1
No files found.
modules/gui/macosx/bookmarks.h
View file @
ef9b3976
...
...
@@ -64,5 +64,5 @@
-
(
IBAction
)
edit_ok
:(
id
)
sender
;
-
(
void
)
showBookmarks
;
-
(
id
)
dataTable
;
@end
modules/gui/macosx/bookmarks.m
View file @
ef9b3976
...
...
@@ -356,15 +356,6 @@ clear:
[
o_tbl_dataTable
reloadData
];
}
/*****************************************************************************
* callback stuff
*****************************************************************************/
-
(
id
)
dataTable
{
return
o_tbl_dataTable
;
}
/*****************************************************************************
* data source methods
*****************************************************************************/
...
...
modules/gui/macosx/playlist.m
View file @
ef9b3976
...
...
@@ -608,7 +608,6 @@
//[o_outline_dict removeAllObjects];
[
o_outline_view
reloadData
];
[[[[
VLCMain
sharedInstance
]
wizard
]
playlistWizard
]
reloadOutlineView
];
[[[[
VLCMain
sharedInstance
]
bookmarks
]
dataTable
]
reloadData
];
[
o_outline_view
selectRowIndexes
:[
NSIndexSet
indexSetWithIndex
:
retainedRowSelection
]
byExtendingSelection
:
NO
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment