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
61f37d78
Commit
61f37d78
authored
Jan 12, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless console type and pointer
parent
e8df55c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
include/vlc_common.h
include/vlc_common.h
+0
-1
include/vlc_interface.h
include/vlc_interface.h
+0
-1
No files found.
include/vlc_common.h
View file @
61f37d78
...
...
@@ -179,7 +179,6 @@ typedef struct config_category_t config_category_t;
/* Interface */
typedef
struct
intf_thread_t
intf_thread_t
;
typedef
struct
intf_sys_t
intf_sys_t
;
typedef
struct
intf_console_t
intf_console_t
;
typedef
struct
intf_msg_t
intf_msg_t
;
typedef
struct
interaction_t
interaction_t
;
typedef
struct
interaction_dialog_t
interaction_dialog_t
;
...
...
include/vlc_interface.h
View file @
61f37d78
...
...
@@ -55,7 +55,6 @@ struct intf_thread_t
#endif
/* Specific interfaces */
intf_console_t
*
p_console
;
/** console */
intf_sys_t
*
p_sys
;
/** system interface */
char
*
psz_intf
;
/** intf name specified */
...
...
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