Skip to content

Commit 9d28e7d

Browse files
committed
oops forgot to remove that func
1 parent cbb7089 commit 9d28e7d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

example/gallery/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ func (g *Game) Update() error {
105105
g.testWindow(ctx)
106106
g.logWindow(ctx)
107107
g.buttonWindows(ctx)
108-
g.dropdownWindows(ctx)
109108
return nil
110109
})
111110
if err != nil {

example/gallery/ui.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,3 @@ func (g *Game) buttonWindows(ctx *debugui.Context) {
225225
}
226226
})
227227
}
228-
229-
func (g *Game) dropdownWindows(ctx *debugui.Context) {
230-
231-
}

0 commit comments

Comments
 (0)