From dca1e2ef7e8864cde8f7299da3ee3785132b17b1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 9 Jun 2011 20:04:10 +0200 Subject: egg-toolbar-model: fix compiler model I don't think this is useful anymore? --- lib/egg/egg-toolbars-model.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c index 8aafa641f..b431d6edb 100644 --- a/lib/egg/egg-toolbars-model.c +++ b/lib/egg/egg-toolbars-model.c @@ -675,10 +675,6 @@ static void egg_toolbars_model_class_init (EggToolbarsModelClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS (klass); - volatile GType flags_type; /* work around gcc's optimiser */ - - /* make sure the flags type is known */ - flags_type = EGG_TYPE_TB_MODEL_FLAGS; object_class->finalize = egg_toolbars_model_finalize; -- cgit v1.2.3