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
d073cd5f
Commit
d073cd5f
authored
May 22, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused VLC_VAR_HOTKEY
parent
ad5f817c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
include/vlc_variables.h
include/vlc_variables.h
+0
-1
src/misc/variables.c
src/misc/variables.c
+0
-1
No files found.
include/vlc_variables.h
View file @
d073cd5f
...
@@ -53,7 +53,6 @@
...
@@ -53,7 +53,6 @@
#define VLC_VAR_VOID 0x0010
#define VLC_VAR_VOID 0x0010
#define VLC_VAR_BOOL 0x0020
#define VLC_VAR_BOOL 0x0020
#define VLC_VAR_INTEGER 0x0030
#define VLC_VAR_INTEGER 0x0030
#define VLC_VAR_HOTKEY 0x0031
#define VLC_VAR_STRING 0x0040
#define VLC_VAR_STRING 0x0040
#define VLC_VAR_VARIABLE 0x0044
#define VLC_VAR_VARIABLE 0x0044
#define VLC_VAR_FLOAT 0x0050
#define VLC_VAR_FLOAT 0x0050
...
...
src/misc/variables.c
View file @
d073cd5f
...
@@ -1489,7 +1489,6 @@ static void DumpVariable(const void *data, const VISIT which, const int depth)
...
@@ -1489,7 +1489,6 @@ static void DumpVariable(const void *data, const VISIT which, const int depth)
case
VLC_VAR_VOID
:
typename
=
"void"
;
break
;
case
VLC_VAR_VOID
:
typename
=
"void"
;
break
;
case
VLC_VAR_BOOL
:
typename
=
"bool"
;
break
;
case
VLC_VAR_BOOL
:
typename
=
"bool"
;
break
;
case
VLC_VAR_INTEGER
:
typename
=
"integer"
;
break
;
case
VLC_VAR_INTEGER
:
typename
=
"integer"
;
break
;
case
VLC_VAR_HOTKEY
:
typename
=
"hotkey"
;
break
;
case
VLC_VAR_STRING
:
typename
=
"string"
;
break
;
case
VLC_VAR_STRING
:
typename
=
"string"
;
break
;
case
VLC_VAR_VARIABLE
:
typename
=
"variable"
;
break
;
case
VLC_VAR_VARIABLE
:
typename
=
"variable"
;
break
;
case
VLC_VAR_FLOAT
:
typename
=
"float"
;
break
;
case
VLC_VAR_FLOAT
:
typename
=
"float"
;
break
;
...
...
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