diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-16 01:22:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-16 01:22:01 -0400 |
commit | 271d66fc810f810301f2e8f2a2fd50b62e9e446a (patch) | |
tree | 06b0ca7921592332e7c72fade1a3dac1e3349eba /gtk/gtkseparatortoolitem.c | |
parent | 7491e9e97aa6b0f9950897c4f1282b470c79d451 (diff) | |
download | gtk+-271d66fc810f810301f2e8f2a2fd50b62e9e446a.tar.gz |
Remove accidental addition
Diffstat (limited to 'gtk/gtkseparatortoolitem.c')
-rw-r--r-- | gtk/gtkseparatortoolitem.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkseparatortoolitem.c b/gtk/gtkseparatortoolitem.c index 3b02eb20ca..e5a04dba6a 100644 --- a/gtk/gtkseparatortoolitem.c +++ b/gtk/gtkseparatortoolitem.c @@ -333,12 +333,6 @@ gtk_separator_tool_item_button_event (GtkWidget *widget, return priv->draw; } -#define DEFAULT_SPACE_SIZE 12 -#define DEFAULT_SPACE_STYLE GTK_TOOLBAR_SPACE_LINE -#define SPACE_LINE_DIVISION 10.0 -#define SPACE_LINE_START 2.0 -#define SPACE_LINE_END 8.0 - static gboolean gtk_separator_tool_item_expose (GtkWidget *widget, GdkEventExpose *event) |