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
6eb7b11d
Commit
6eb7b11d
authored
Jul 30, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* compilation fix
parent
765427d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+0
-1
modules/gui/skins2/commands/cmd_dialogs.hpp
modules/gui/skins2/commands/cmd_dialogs.hpp
+5
-12
No files found.
modules/gui/macosx/intf.m
View file @
6eb7b11d
...
...
@@ -47,7 +47,6 @@
#include "embeddedwindow.h"
#include "update.h"
#include "AppleRemote.h"
#import <vlc_interaction.h>
/*****************************************************************************
* Local prototypes.
...
...
modules/gui/skins2/commands/cmd_dialogs.hpp
View file @
6eb7b11d
...
...
@@ -168,12 +168,6 @@ class CmdInteraction: public CmdGeneric
/// This method does the real job of the command
virtual
void
execute
()
{
if
(
m_pDialog
->
i_type
==
INTERACT_PROGRESS
)
{
/// \todo Handle progress in the interface
}
else
{
/// Get the dialogs provider
Dialogs
*
pDialogs
=
Dialogs
::
instance
(
getIntf
()
);
...
...
@@ -183,7 +177,6 @@ class CmdInteraction: public CmdGeneric
}
pDialogs
->
showInteraction
(
m_pDialog
);
}
}
virtual
string
getType
()
const
{
return
"interaction"
;
}
private:
...
...
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