Event: Remove useless variables.

This commit is contained in:
martin
2009-04-21 12:59:36 +02:00
parent 0f3fcb2192
commit 1a7be7228e
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ void
buttonpress(XButtonEvent *ev)
{
Client *c;
int i, j, n, x, y;
int i, j, n;
screen_get_sel();

View File

@@ -7,7 +7,7 @@
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* * Redistributions of sou/rce code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following disclaimer