Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
05729a00
Commit
05729a00
authored
Apr 16, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused VLC_VAR_SETISCOMMAND
parent
253555fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
include/vlc_variables.h
include/vlc_variables.h
+0
-1
src/misc/variables.c
src/misc/variables.c
+0
-4
No files found.
include/vlc_variables.h
View file @
05729a00
...
...
@@ -124,7 +124,6 @@
#define VLC_VAR_GETLIST 0x0025
#define VLC_VAR_CHOICESCOUNT 0x0026
#define VLC_VAR_SETISCOMMAND 0x0040
/**@}*/
/** \defgroup var_GetAndSet Variable actions
...
...
src/misc/variables.c
View file @
05729a00
...
...
@@ -584,10 +584,6 @@ int var_Change( vlc_object_t *p_this, const char *psz_name,
p_val
->
psz_string
=
p_var
->
psz_text
?
strdup
(
p_var
->
psz_text
)
:
NULL
;
break
;
case
VLC_VAR_SETISCOMMAND
:
p_var
->
i_type
|=
VLC_VAR_ISCOMMAND
;
break
;
default:
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