summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 22:55:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-22 22:55:00 -0800
commitacb8b93f9fe598bc58c050ca5272149fbca04b41 (patch)
tree43e20d55322f211922272ea3462b771976e731d6
parent0df97b3ed03c528ba99876cd312e20f3c80dff0f (diff)
remove unused variable cpp
Accidentally left behind by ea276533fbc9 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xkill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xkill.c b/xkill.c
index 18f5450..069bc19 100644
--- a/xkill.c
+++ b/xkill.c
@@ -81,7 +81,6 @@ usage(void)
" -button number specific button to be pressed to select window\n"
" -all kill all clients with top level windows\n"
"\n";
- char **cpp;
fprintf (stderr, "usage: %s [-option ...]\n%s",
ProgramName, options);