Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
f4dc16e6
Commit
f4dc16e6
authored
Dec 16, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
b_menu: remove unused variable
parent
1032a11c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
include/vlc_interface.h
include/vlc_interface.h
+0
-2
src/interface/interface.c
src/interface/interface.c
+0
-3
No files found.
include/vlc_interface.h
View file @
f4dc16e6
...
...
@@ -70,9 +70,7 @@ struct intf_thread_t
/** Interaction stuff */
bool
b_interaction
;
/* XXX: new message passing stuff will go here */
vlc_mutex_t
change_lock
;
bool
b_menu
;
};
/** \brief Arguments passed to a dialogs provider
...
...
src/interface/interface.c
View file @
f4dc16e6
...
...
@@ -106,9 +106,6 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module )
return
NULL
;
}
/* Initialize structure */
p_intf
->
b_menu
=
false
;
/* Initialize mutexes */
vlc_mutex_init
(
&
p_intf
->
change_lock
);
...
...
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