Remove an unusued member from MainContext

The MainContext structure has a field for the master clock, but
clutter_master_clock_get_default() will return the same instance
from everywhere.
This commit is contained in:
Emmanuele Bassi 2009-06-17 15:43:53 +01:00
parent 1aa8c89f2c
commit 8c676ebd87
2 changed files with 0 additions and 3 deletions

View File

@ -1064,8 +1064,6 @@ clutter_context_get_default (void)
ctx->is_initialized = FALSE;
ctx->motion_events_per_actor = TRUE;
ctx->master_clock = _clutter_master_clock_get_default ();
#ifdef CLUTTER_ENABLE_DEBUG
ctx->timer = g_timer_new ();
g_timer_start (ctx->timer);

View File

@ -128,7 +128,6 @@ struct _ClutterMainContext
guint32 last_event_time;
ClutterMasterClock *master_clock;
gulong redraw_count;
GList *repaint_funcs;