about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-05-19 23:16:29 +0000
committerokan <okan>2013-05-19 23:16:29 +0000
commite41c84c752c46b78c0996489e150515751ae8ac8 (patch)
tree4fbfc4f0281ec977fd5a258d160ae5ee69602b05 /calmwm.h
parentdac00a232f975967dec9ae8e838b069ec01e6c62 (diff)
downloadcwm-e41c84c752c46b78c0996489e150515751ae8ac8.tar.gz
cwm-e41c84c752c46b78c0996489e150515751ae8ac8.tar.xz
cwm-e41c84c752c46b78c0996489e150515751ae8ac8.zip
move the rest of xft init into screen_conf, since most of it is based on
config parameters.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index ebc5bd0..a18f92f 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -446,7 +446,6 @@ void			 conf_ungrab(struct conf *, struct keybinding *);
 
 void			 font_draw(struct screen_ctx *, const char *,
 			     Drawable, int, int, int);
-void			 font_init(struct screen_ctx *, const char *);
 int			 font_width(XftFont *, const char *, int);
 
 void			 xev_loop(void);