vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Mar  2 
21:22:14 2019 +0200| [1e37912ef3af261b23432e3cc4edf6efc769d08b] | committer: 
Rémi Denis-Courmont

dbus: remove unused variables

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e37912ef3af261b23432e3cc4edf6efc769d08b
---

 modules/control/dbus/dbus_root.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/control/dbus/dbus_root.c b/modules/control/dbus/dbus_root.c
index 083185bde9..5781278384 100644
--- a/modules/control/dbus/dbus_root.c
+++ b/modules/control/dbus/dbus_root.c
@@ -88,7 +88,6 @@ MarshalIdentity( intf_thread_t *p_intf, DBusMessageIter 
*container )
 static int
 MarshalCanSetFullscreen( intf_thread_t *p_intf, DBusMessageIter *container )
 {
-    input_thread_t *p_input = NULL;
     dbus_bool_t     b_ret   = FALSE;
 
     if (p_intf->p_sys->p_input)
@@ -129,7 +128,6 @@ DBUS_METHOD( FullscreenSet )
 {
     REPLY_INIT;
     dbus_bool_t b_fullscreen;
-    input_thread_t *p_input = NULL;
 
     if( VLC_SUCCESS != DemarshalSetPropertyValue( p_from, &b_fullscreen ) )
         return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to