Commit c10d126b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 647d6d85
...@@ -196,7 +196,6 @@ static void* RunInterface( vlc_object_t *p_this ) ...@@ -196,7 +196,6 @@ static void* RunInterface( vlc_object_t *p_this )
{ {
intf_thread_t *p_intf = (intf_thread_t *)p_this; intf_thread_t *p_intf = (intf_thread_t *)p_this;
vlc_value_t val, text; vlc_value_t val, text;
char *psz_intf;
int canc = vlc_savecancel (); int canc = vlc_savecancel ();
/* Variable used for interface spawning */ /* Variable used for interface spawning */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment