diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-07-14 00:34:37 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-15 18:57:55 -0400 |
commit | e3f70857af7d4ff7d80f78cc63e0d4f2baa0dcbb (patch) | |
tree | 468d8d8eff2cb20cb5cef4b02deb3cdfcf46f65e /gtk/gtkfontchooser.c | |
parent | 55d50b3cca2f9d2dcb85788645fd2eb55ee774c5 (diff) | |
download | gtk+-e3f70857af7d4ff7d80f78cc63e0d4f2baa0dcbb.tar.gz |
GtkFontChooser: Remove default geometry defines
Diffstat (limited to 'gtk/gtkfontchooser.c')
-rw-r--r-- | gtk/gtkfontchooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index 4291d2fbd2..65efc1d391 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -107,10 +107,6 @@ struct _GtkFontChooserPrivate #define PREVIEW_HEIGHT 72 #define PREVIEW_TOP_PADDING 6 -/* Widget default geometry */ -#define FONT_CHOOSER_WIDTH 540 -#define FONT_CHOOSER_HEIGHT 408 - /* These are the sizes of the font, style & size lists. */ #define FONT_LIST_HEIGHT 136 #define FONT_LIST_WIDTH 190 |