Skip to content

Commit

Permalink
Removes useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Sep 22, 2021
1 parent f3694a7 commit 421afc3
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -11,7 +11,6 @@
package ummisco.gama.ui.views.toolbar;

import org.eclipse.swt.SWT;
import org.eclipse.swt.events.ControlListener;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.Composite;
Expand All @@ -30,9 +29,6 @@
*/
public class GamaToolbarSimple extends ToolBar {

/** The width listener. */
ControlListener widthListener;

/**
* Instantiates a new gama toolbar simple.
*
Expand Down

0 comments on commit 421afc3

Please sign in to comment.