summaryrefslogtreecommitdiff
path: root/gtk/channel-inputs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/channel-inputs.c')
-rw-r--r--gtk/channel-inputs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/channel-inputs.c b/gtk/channel-inputs.c
index 7380af3..8eaf7bb 100644
--- a/gtk/channel-inputs.c
+++ b/gtk/channel-inputs.c
@@ -164,13 +164,6 @@ static void do_emit_main_context(GObject *object, int signum, gpointer params)
}
}
-/* coroutine context */
-#define emit_main_context(object, event, args...) \
- G_STMT_START { \
- g_signal_emit_main_context(G_OBJECT(object), do_emit_main_context, \
- event, &((struct event) { args })); \
- } G_STMT_END
-
/* ------------------------------------------------------------------ */
static spice_msg_out* mouse_motion(SpiceInputsChannel *channel)