Remove unused custom event
This commit is contained in:
parent
97b001e7c0
commit
8e83f3e8af
1 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
||||||
#define EVENT_NEW_SESSION SDL_USEREVENT
|
#define EVENT_NEW_FRAME SDL_USEREVENT
|
||||||
#define EVENT_NEW_FRAME (SDL_USEREVENT + 1)
|
#define EVENT_STREAM_STOPPED (SDL_USEREVENT + 1)
|
||||||
#define EVENT_STREAM_STOPPED (SDL_USEREVENT + 2)
|
|
||||||
|
|
Loading…
Reference in a new issue