Removed unused imports

This commit is contained in:
badvision 2017-07-03 10:40:09 -05:00
parent 6e7144df6a
commit c13befd414

View File

@ -20,9 +20,6 @@ import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.MenuItem;
import javafx.scene.control.TextInputDialog;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.web.PromptData;
import javafx.scene.web.WebView;
import netscape.javascript.JSObject;