diff options
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-toolbars-model.h | 1 | ||||
-rw-r--r-- | src/eom-thumb-view.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.h b/cut-n-paste/toolbar-editor/egg-toolbars-model.h index ca17714..9b2b539 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.h +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.h @@ -110,7 +110,6 @@ struct EggToolbarsItemType const char *data); }; -GType egg_tb_model_flags_get_type (void); GType egg_toolbars_model_get_type (void); EggToolbarsModel *egg_toolbars_model_new (void); gboolean egg_toolbars_model_load_names (EggToolbarsModel *model, diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index b4f9c67..86bf842 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -45,8 +45,6 @@ enum { #define EOM_THUMB_VIEW_SPACING 0 -static void eom_thumb_view_init (EomThumbView *thumbview); - static EomImage* eom_thumb_view_get_image_from_path (EomThumbView *thumbview, GtkTreePath *path); |