Skip to content

Commit 175d035

Browse files
committed
Remove outdated fixme comments
1 parent 6a59881 commit 175d035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/src/main/kotlin/gay/object/hexdebug/gui/splicing/SplicingTableMenu.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ class SplicingTableMenu(
7979
addTableSlot(SplicingTableItemSlot.CLIPBOARD, 7, 68) {
8080
mayPlace = ::isIotaHolder
8181
}
82-
mediaSlot = addTableSlot(SplicingTableItemSlot.MEDIA, 205, 169) { // FIXME: placeholder
82+
mediaSlot = addTableSlot(SplicingTableItemSlot.MEDIA, 205, 169) {
8383
mayPlace = ::isMediaItem
8484
}
85-
staffSlot = addTableSlot(SplicingTableItemSlot.STAFF, -20, 169) { // FIXME: placeholder
85+
staffSlot = addTableSlot(SplicingTableItemSlot.STAFF, -20, 169) {
8686
maxStackSize = 1
8787
mayPlace = { it.`is`(HexTags.Items.STAVES) }
8888
}

0 commit comments

Comments
 (0)