diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-11-15 19:25:57 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-11-15 19:25:57 +0800 |
commit | 4b9f2d366db4eba0449f032f821d1ecc6345e2c3 (patch) | |
tree | b1506d4b1f7f7bfe48f94d74c87707e42904b0ca /lib | |
parent | aa145489d1e24d7ecfba8512ace4b7bb9c27fee5 (diff) | |
download | gsoc2013-epiphany-4b9f2d366db4eba0449f032f821d1ecc6345e2c3.tar.gz gsoc2013-epiphany-4b9f2d366db4eba0449f032f821d1ecc6345e2c3.tar.zst gsoc2013-epiphany-4b9f2d366db4eba0449f032f821d1ecc6345e2c3.zip |
eggs-toolbar-mode: remove unused variable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/egg/egg-toolbars-model.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c index 31a6d5eeb..d51b6eb74 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; |