simplify config file setup; with Tiago Cunha

This commit is contained in:
okan
2012-12-18 00:14:41 +00:00
parent 479e9f769c
commit b848a2b236
3 changed files with 20 additions and 33 deletions

View File

@@ -448,7 +448,6 @@ void conf_grab(struct conf *, struct keybinding *);
void conf_grab_mouse(struct client_ctx *);
void conf_init(struct conf *);
void conf_mousebind(struct conf *, char *, char *);
void conf_setup(struct conf *, const char *);
void conf_ungrab(struct conf *, struct keybinding *);
int font_ascent(struct screen_ctx *);