Event: Remove useless variables.
This commit is contained in:
@@ -39,7 +39,7 @@ void
|
||||
buttonpress(XButtonEvent *ev)
|
||||
{
|
||||
Client *c;
|
||||
int i, j, n, x, y;
|
||||
int i, j, n;
|
||||
|
||||
screen_get_sel();
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user