aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
committerSake Blok <sake@euronet.nl>2011-03-08 01:52:25 +0000
commit307c0d70fbf7343fbdc37bb324945de1c27a96da (patch)
tree3bc38d1ce7d66021eba710361c78a0404e670bc7 /gtk/font_utils.c
parent4f8edc81e68e349f821790920bc7cee59d084c13 (diff)
Removal of the old packet-list in favor of the new packet list.
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) svn path=/trunk/; revision=36161
Diffstat (limited to 'gtk/font_utils.c')
-rw-r--r--gtk/font_utils.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/font_utils.c b/gtk/font_utils.c
index 86dd02af1d..e4d14b8e15 100644
--- a/gtk/font_utils.c
+++ b/gtk/font_utils.c
@@ -46,13 +46,9 @@
#include "gtk/recent.h"
#include "gtk/gtkglobals.h"
#include "gtk/font_utils.h"
-#include "gtk/main_packet_list.h"
#include "gtk/main_proto_draw.h"
#include "gtk/follow_tcp.h"
-
-#ifdef NEW_PACKET_LIST
#include "gtk/new_packet_list.h"
-#endif
static PangoFontDescription *m_r_font, *m_b_font;
@@ -276,11 +272,7 @@ user_font_apply(void) {
}
/* the font(s) seem to be ok */
-#ifdef NEW_PACKET_LIST
new_packet_list_set_font(new_r_font);
-#else
- packet_list_set_font(new_r_font);
-#endif
set_ptree_font_all(new_r_font);
old_r_font = m_r_font;
old_b_font = m_b_font;