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
9f800212
Commit
9f800212
authored
Feb 21, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dead code
parent
e056b580
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
src/libvlc.h
src/libvlc.h
+0
-1
src/misc/messages.c
src/misc/messages.c
+0
-8
No files found.
src/libvlc.h
View file @
9f800212
...
@@ -93,7 +93,6 @@ void msg_Destroy (msg_bank_t *);
...
@@ -93,7 +93,6 @@ void msg_Destroy (msg_bank_t *);
void
msg_StackSet
(
int
,
const
char
*
,
...
);
void
msg_StackSet
(
int
,
const
char
*
,
...
);
void
msg_StackAdd
(
const
char
*
,
...
);
void
msg_StackAdd
(
const
char
*
,
...
);
const
char
*
msg_StackMsg
(
void
);
const
char
*
msg_StackMsg
(
void
);
void
msg_StackDestroy
(
void
*
);
/*
/*
* Unicode stuff
* Unicode stuff
...
...
src/misc/messages.c
View file @
9f800212
...
@@ -538,14 +538,6 @@ static msg_context_t* GetContext(void)
...
@@ -538,14 +538,6 @@ static msg_context_t* GetContext(void)
return
p_ctx
;
return
p_ctx
;
}
}
void
msg_StackDestroy
(
void
*
data
)
{
msg_context_t
*
p_ctx
=
data
;
free
(
p_ctx
->
psz_message
);
free
(
p_ctx
);
}
void
msg_StackSet
(
int
i_code
,
const
char
*
psz_message
,
...
)
void
msg_StackSet
(
int
i_code
,
const
char
*
psz_message
,
...
)
{
{
va_list
ap
;
va_list
ap
;
...
...
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