diff options
author | Timm Bäder <mail@baedert.org> | 2017-03-25 20:43:28 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-03-31 09:50:39 +0200 |
commit | 11c599a1b5454991b569dd9913eaca933e5a49e0 (patch) | |
tree | c709e6f05eb664d5a0379ffdb395fb845a947ac0 | |
parent | 806c4f7d2f669184432081f11c8d1b16bdcecd62 (diff) | |
download | gtk+-11c599a1b5454991b569dd9913eaca933e5a49e0.tar.gz |
fontchooserwidget: Remove unused defines
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index e3b51c1ce5..d533591a54 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -109,16 +109,6 @@ struct _GtkFontChooserWidgetPrivate guint last_fontconfig_timestamp; }; -/* This is the initial fixed height and the top padding of the preview entry */ -#define PREVIEW_HEIGHT 72 -#define PREVIEW_TOP_PADDING 6 - -/* These are the sizes of the font, style & size lists. */ -#define FONT_LIST_HEIGHT 136 -#define FONT_LIST_WIDTH 190 -#define FONT_STYLE_LIST_WIDTH 170 -#define FONT_SIZE_LIST_WIDTH 60 - /* Keep in line with GtkTreeStore defined in gtkfontchooserwidget.ui */ enum { FAMILY_COLUMN, |