aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
commit524d9de877dcf0dc4212c12c3bd09db285dae17e (patch)
tree3a1bf61f7dbfe96afe80384f1deb3b8dd200ca05 /window.h
parenteb82519a80ab3d09fb3294d64a3526c678433d22 (diff)
downloadnsxiv-524d9de877dcf0dc4212c12c3bd09db285dae17e.tar.zst
Removed fit-win-to-img command
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/window.h b/window.h
index ec71319..8324125 100644
--- a/window.h
+++ b/window.h
@@ -86,7 +86,6 @@ void win_close(win_t*);
bool win_configure(win_t*, XConfigureEvent*);
void win_expose(win_t*, XExposeEvent*);
-bool win_moveresize(win_t*, int, int, unsigned int, unsigned int);
void win_toggle_fullscreen(win_t*);
void win_toggle_bar(win_t*);