(svn r155) -Fix: remove unused variable, thanks Tron_

This commit is contained in:
darkvater 2004-09-03 20:25:49 +00:00
parent ca67192520
commit d366958f56
1 changed files with 0 additions and 1 deletions

View File

@ -1013,7 +1013,6 @@ static Widget _extra_view_port_widgets[] = {
static void ExtraViewPortWndProc(Window *w, WindowEvent *e)
{
ViewPort *vp = w->viewport;
int button = 4;
switch(e->event) {
case WE_PAINT: {