mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Remove GUI unused imports (#1440)
This commit is contained in:
parent
0ac3328d4b
commit
b240130c76
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ package org.bitcoins.gui
|
|||
|
||||
import javafx.event.{ActionEvent, EventHandler}
|
||||
import javafx.scene.image.Image
|
||||
import org.bitcoins.gui.settings.{SettingsPane, Themes}
|
||||
import org.bitcoins.gui.settings.SettingsPane
|
||||
import scalafx.application.{JFXApp, Platform}
|
||||
import scalafx.beans.property.StringProperty
|
||||
import scalafx.geometry.{Insets, Pos}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package org.bitcoins.gui.dialog
|
||||
|
||||
import jdk.nashorn.internal.objects.Global
|
||||
import org.bitcoins.gui.GlobalData
|
||||
import scalafx.Includes._
|
||||
import scalafx.application.Platform
|
||||
|
|
Loading…
Add table
Reference in a new issue