Commit 1078c300 authored by Laurent Aimar's avatar Laurent Aimar

* vlc_input: removed unused p_sys.

parent 215cd281
...@@ -281,9 +281,6 @@ struct input_thread_t ...@@ -281,9 +281,6 @@ struct input_thread_t
int i_type; int i_type;
vlc_value_t val; vlc_value_t val;
} control[INPUT_CONTROL_FIFO_SIZE]; } control[INPUT_CONTROL_FIFO_SIZE];
/* Will be removed quickly (once input_thread_t is opaque)*/
input_thread_sys_t *p_sys;
}; };
/***************************************************************************** /*****************************************************************************
......
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