diff options
author | okan | 2012-12-18 00:14:41 +0000 |
---|---|---|
committer | okan | 2012-12-18 00:14:41 +0000 |
commit | 36bf81830c116600c1ee9f8c0fc8423f6e642a89 (patch) | |
tree | 21f8f33a7411e11caf0cabc2c929d31ab96117fe /calmwm.h | |
parent | 3a90166d0b310afb7339b6d1eebd8bb37a80324f (diff) | |
download | cwm-36bf81830c116600c1ee9f8c0fc8423f6e642a89.tar.gz |
simplify config file setup; with Tiago Cunha
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.173 2012/12/17 23:54:57 okan Exp $ + * $OpenBSD: calmwm.h,v 1.174 2012/12/18 00:14:41 okan Exp $ */ #ifndef _CALMWM_H_ @@ -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 *); |