shell-global: Drop unused variable

Leftover from 5566aa4588
This commit is contained in:
Rico Tzschichholz 2012-12-26 16:23:38 +01:00
parent 924a405829
commit f41d0938a4

View File

@ -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)