diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-22 22:55:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-22 22:55:00 -0800 |
commit | acb8b93f9fe598bc58c050ca5272149fbca04b41 (patch) | |
tree | 43e20d55322f211922272ea3462b771976e731d6 | |
parent | 0df97b3ed03c528ba99876cd312e20f3c80dff0f (diff) |
remove unused variable cpp
Accidentally left behind by ea276533fbc9
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xkill.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |