summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-03-31 09:54:43 +0200
committerTimm Bäder <mail@baedert.org>2017-03-31 09:54:43 +0200
commit9bf610772266c06afd2269b7a9ebe89c5904ab3e (patch)
tree3fdf106338643c169196b5bcb5539bd3a2e7359f /gtk/gtkinfobar.c
parent4dd8d371912e907aac8c58be90599a22fee45d38 (diff)
downloadgtk+-9bf610772266c06afd2269b7a9ebe89c5904ab3e.tar.gz
infobar: Remove unused defines
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r--gtk/gtkinfobar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index fbd6640c37..62efc95734 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -163,11 +163,6 @@ enum
static GParamSpec *props[LAST_PROP] = { NULL, };
static guint signals[LAST_SIGNAL];
-#define ACTION_AREA_DEFAULT_BORDER 5
-#define ACTION_AREA_DEFAULT_SPACING 6
-#define CONTENT_AREA_DEFAULT_BORDER 8
-#define CONTENT_AREA_DEFAULT_SPACING 16
-
static void gtk_info_bar_set_property (GObject *object,
guint prop_id,
const GValue *value,