Skip to content

Commit

Permalink
CLEANUP leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Feb 16, 2025
1 parent 7036add commit 4c1013f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/playdate/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,10 @@ proc removeAllMenuItems*(this: ptr PlaydateSys) =
item.active = false
menuItems.setLen(0)
this.removeAllMenuItems()
# ---

proc setMenuImage*(this: ptr PlaydateSys, image: LCDBitmap, xOffset: int32 = 0) =
privateAccess(PlaydateSys)
this.setMenuImage(
# if image != nil: image.resource else: nil
image.resource,
xOffset.cint
)
Expand Down

0 comments on commit 4c1013f

Please sign in to comment.