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
d30bcae9
Commit
d30bcae9
authored
Jul 05, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused variables
parent
b32bc648
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.c
+0
-3
src/input/input.c
src/input/input.c
+0
-3
No files found.
modules/video_output/x11/xcommon.c
View file @
d30bcae9
...
...
@@ -1291,8 +1291,6 @@ static int ManageVideo( vout_thread_t *p_vout )
{
case
Button1
:
{
playlist_t
*
p_playlist
;
var_Get
(
p_vout
,
"mouse-button-down"
,
&
val
);
val
.
i_int
&=
~
1
;
var_Set
(
p_vout
,
"mouse-button-down"
,
val
);
...
...
@@ -1320,7 +1318,6 @@ static int ManageVideo( vout_thread_t *p_vout )
case
Button3
:
{
intf_thread_t
*
p_intf
;
playlist_t
*
p_playlist
;
var_Get
(
p_vout
,
"mouse-button-down"
,
&
val
);
val
.
i_int
&=
~
4
;
...
...
src/input/input.c
View file @
d30bcae9
...
...
@@ -447,9 +447,6 @@ static void ObjectKillChildrens( vlc_object_t *p_obj )
}
void
input_StopThread
(
input_thread_t
*
p_input
)
{
vlc_list_t
*
p_list
;
int
i
;
/* Set die for input and ALL of this childrens (even (grand-)grand-childrens)
* It is needed here even if it is done in INPUT_CONTROL_SET_DIE handler to
* unlock the control loop */
...
...
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