Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
95a8807b
Commit
95a8807b
authored
Jul 23, 2003
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/skins/src/banks.cpp: removed a useless event I had
forgotten
parent
16434951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/gui/skins/src/banks.cpp
modules/gui/skins/src/banks.cpp
+1
-3
No files found.
modules/gui/skins/src/banks.cpp
View file @
95a8807b
...
...
@@ -2,7 +2,7 @@
* banks.cpp: Bitmap bank, Event bank, Font bank and OffSet bank
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: banks.cpp,v 1.
7 2003/06/20 21:34:37
ipkiss Exp $
* $Id: banks.cpp,v 1.
8 2003/07/23 17:31:24
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -175,7 +175,6 @@ EventBank::EventBank( intf_thread_t *_p_intf )
// Dialogs events
Add
(
"show_log"
,
"VLC_LOG_SHOW(TRUE)"
,
"none"
);
Add
(
"hide_log"
,
"VLC_LOG_SHOW(FALSE)"
,
"none"
);
Add
(
"clear_log"
,
"VLC_LOG_CLEAR"
,
"none"
);
Add
(
"show_prefs"
,
"VLC_PREFS_SHOW"
,
"none"
);
Add
(
"show_info"
,
"VLC_INFO_SHOW"
,
"none"
);
...
...
@@ -183,7 +182,6 @@ EventBank::EventBank( intf_thread_t *_p_intf )
Add
(
"open"
,
"VLC_OPEN"
,
"CTRL+O"
);
Add
(
"add_file"
,
"VLC_PLAYLIST_ADD_FILE"
,
"CTRL+A"
);
Add
(
"load_skin"
,
"VLC_LOAD_SKIN"
,
"CTRL+S"
);
}
//---------------------------------------------------------------------------
EventBank
::~
EventBank
()
...
...
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