Skip to content

Commit

Permalink
refactor: removed unused import
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 529bbf2c46c7bbfe2cd7f0c63c088d9f39ea2307403e0e08d288eaa795fa8066
  • Loading branch information
thindil committed Jan 16, 2024
1 parent 30919ff commit 3ae4ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nim/src/ui/mapsuicommands.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import std/strutils
import ../tk
import coreui, themes
import coreui

const buttonNames: array[1 .. 13, string] = ["show", "nw", "n", "ne", "w",
"wait", "e", "sw", "s", "se", "hide", "left", "right"]
Expand Down

0 comments on commit 3ae4ff6

Please sign in to comment.