=?utf-8?q?=5Blibegg=5D_Removed_unused_=C2=ABflags=5Ftype=C2=BB_variable?=



commit c8b4531469643fb7092a5039b6cb1d8f1d77eaac
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun May 27 19:15:21 2012 +0200

    Removed unused Âflags_type variable

 libegg/toolbareditor/egg-toolbars-model.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/libegg/toolbareditor/egg-toolbars-model.c b/libegg/toolbareditor/egg-toolbars-model.c
index 31a6d5e..d51b6eb 100644
--- a/libegg/toolbareditor/egg-toolbars-model.c
+++ b/libegg/toolbareditor/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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]