twtp.c: Drop the static get_border declaration - wmutils - X windows manipulation utilities
HTML git clone git://z3bra.org/wmutils
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c6ec38b5d19cd76a6e97bc8dea5b3ef1b7ba11fb
DIR parent d846ef9a200885ba204f8537821c2956224d3562
HTML Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Fri, 12 Dec 2014 08:50:17 +0100
wtp.c: Drop the static get_border declaration
get_border() was removed earlier, drop the declaration to silence a
compiler warning.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat:
M wtp.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/wtp.c b/wtp.c
t@@ -25,7 +25,6 @@ static xcb_connection_t *conn;
static void usage (char *name);
static void teleport (xcb_window_t, int, int, int, int);
-static int get_border (xcb_window_t win);
static void
usage(char *name)