From f41d0938a43c540a194a6f6c2dd5fe57ea394f01 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 26 Dec 2012 16:23:38 +0100 Subject: [PATCH] shell-global: Drop unused variable Leftover from 5566aa45889956b51149a822ff5b9adbcb66ec29 --- src/shell-global.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell-global.c b/src/shell-global.c index 2a6b14e89..b7198a978 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -1404,7 +1404,6 @@ guint32 shell_global_get_current_time (ShellGlobal *global) { guint32 time; - const ClutterEvent *clutter_event; /* In case we have a xdnd timestamp use it */ if (global->xdnd_timestamp != 0)