[Spice-devel] [spice-gtk 1/2] session: Remove unused spice_gtk_session_get_read_only prototype

Christophe Fergeau cfergeau at redhat.com
Thu Jan 4 09:52:33 UTC 2018


There is no such function implemented anywhere in the codebase.

Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 src/spice-gtk-session-priv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/spice-gtk-session-priv.h b/src/spice-gtk-session-priv.h
index d7fe3133..0dbc9e96 100644
--- a/src/spice-gtk-session-priv.h
+++ b/src/spice-gtk-session-priv.h
@@ -37,7 +37,6 @@ struct _SpiceGtkSessionClass
 
 void spice_gtk_session_request_auto_usbredir(SpiceGtkSession *self,
                                              gboolean state);
-gboolean spice_gtk_session_get_read_only(SpiceGtkSession *self);
 void spice_gtk_session_sync_keyboard_modifiers(SpiceGtkSession *self);
 void spice_gtk_session_set_pointer_grabbed(SpiceGtkSession *self, gboolean grabbed);
 gboolean spice_gtk_session_get_pointer_grabbed(SpiceGtkSession *self);
-- 
2.14.3



More information about the Spice-devel mailing list