[gthumb] removed unused macros
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] removed unused macros
- Date: Sun, 13 Nov 2011 18:12:32 +0000 (UTC)
commit 30da83595a5b81c0c466f5a6fff124fe03fa8710
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Nov 13 15:13:00 2011 +0100
removed unused macros
gthumb/typedefs.h | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/gthumb/typedefs.h b/gthumb/typedefs.h
index 2d423df..62e4dc3 100644
--- a/gthumb/typedefs.h
+++ b/gthumb/typedefs.h
@@ -26,15 +26,6 @@
G_BEGIN_DECLS
-/*
-#define RC_DIR ".gnome2/gthumb"
-#define RC_CATALOG_DIR ".gnome2/gthumb/collections"
-#define RC_COMMENTS_DIR ".gnome2/gthumb/comments"
-#define RC_BOOKMARKS_FILE ".gnome2/gthumb/bookmarks"
-#define RC_HISTORY_FILE ".gnome2/gthumb/history"
-#define RC_CATEGORIES_FILE ".gnome2/gthumb/categories"
-#define RC_REMOTE_CACHE_DIR ".gnome2/gthumb/remote_cache"
-*/
#define BOOKMARKS_FILE "bookmarks.xbel"
#define FILTERS_FILE "filters.xml"
@@ -132,6 +123,7 @@ typedef enum {
GTH_GRID_UNIFORM
} GthGridType;
+
typedef void (*DataFunc) (gpointer user_data);
typedef void (*ReadyFunc) (GError *error,
gpointer user_data);
@@ -148,6 +140,7 @@ typedef void (*DialogCallback) (gboolean opened,
GtkWidget *dialog,
gpointer user_data);
+
G_END_DECLS
#endif /* TYPEDEFS_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]