From 3a7fb4d8e1896eced87e3ccbf9369d76fa10d7e0 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 31 Jan 2014 17:20:17 -0500 Subject: osx: Set Menlo as default font This moves the find_font function to the front ends since it depends on pango and cairo --- src/common/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/util.h') diff --git a/src/common/util.h b/src/common/util.h index 0c54411b..453388cd 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -65,7 +65,6 @@ int waitline (int sok, char *buf, int bufsize, int); #ifdef WIN32 int waitline2 (GIOChannel *source, char *buf, int bufsize); int get_cpu_arch (void); -int find_font (const char *fontname); #else #define waitline2(source,buf,size) waitline(serv->childread,buf,size,0) #endif -- cgit 1.4.1