git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WinCE: update the use of messages subscription
[vlc.git]
/
modules
/
gui
/
wince
/
wince.cpp
diff --git
a/modules/gui/wince/wince.cpp
b/modules/gui/wince/wince.cpp
index
bcc12b9
..
939fa3e
100644
(file)
--- a/
modules/gui/wince/wince.cpp
+++ b/
modules/gui/wince/wince.cpp
@@
-116,8
+116,6
@@
static int Open( vlc_object_t *p_this )
if( p_intf->p_sys == NULL )
return VLC_ENOMEM;
if( p_intf->p_sys == NULL )
return VLC_ENOMEM;
- // Suscribe to messages bank
- p_intf->p_sys->p_sub = msg_Subscribe( p_intf );
// Misc init
p_intf->p_sys->p_audio_menu = NULL;
// Misc init
p_intf->p_sys->p_audio_menu = NULL;
@@
-179,9
+177,6
@@
static void Close( vlc_object_t *p_this )
vlc_thread_join( p_intf );
}
vlc_thread_join( p_intf );
}
- // Unsuscribe to messages bank
- msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
-
// Destroy structure
free( p_intf->p_sys );
}
// Destroy structure
free( p_intf->p_sys );
}