aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_toolbar.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 07:31:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-01 07:31:37 +0000
commit1f5dda88cb08345da903d560d8fb3e6431b5e8ab (patch)
tree75c239e6b759c02f7d354b8f316a44b267edda8c /src/prefs_toolbar.h
parentcbf7cb3b735e09d6ce449cf7a4c80ea4a6e9e616 (diff)
refactored the toolbar structure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1520 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_toolbar.h')
-rw-r--r--src/prefs_toolbar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prefs_toolbar.h b/src/prefs_toolbar.h
index 50697276..a63f218e 100644
--- a/src/prefs_toolbar.h
+++ b/src/prefs_toolbar.h
@@ -26,7 +26,6 @@
typedef struct _PrefsToolbarItem PrefsToolbarItem;
#include "prefs_display_items.h"
-#include "stock_pixmap.h"
typedef enum
{
@@ -70,9 +69,6 @@ typedef enum
struct _PrefsToolbarItem
{
gint id;
- gchar *tooltip;
- StockPixmap icon;
- const gchar *stock_id;
gboolean is_important;
void (*callback) (GtkWidget *widget, gpointer data);
gpointer data;