Skip to content

Commit de1a2ae

Browse files
committed
example: remove comments
1 parent f73d198 commit de1a2ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/ui.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ func (g *Game) testWindow(ctx *debugui.Context) {
151151

152152
func (g *Game) logWindow(ctx *debugui.Context) {
153153
ctx.Window("Log Window", image.Rect(350, 40, 650, 290), func(layout debugui.ContainerLayout) {
154-
// output text panel
155154
ctx.SetGridLayout([]int{-1}, []int{-1, 0})
156155
ctx.Panel("Log Output", func(layout debugui.ContainerLayout) {
157156
ctx.SetGridLayout([]int{-1}, []int{-1})
@@ -162,7 +161,6 @@ func (g *Game) logWindow(ctx *debugui.Context) {
162161
}
163162
})
164163
ctx.GridCell(func() {
165-
// input textbox + submit button
166164
var submitted bool
167165
ctx.SetGridLayout([]int{-1, 70}, nil)
168166
if ctx.TextField(&g.logSubmitBuf) {

0 commit comments

Comments
 (0)