summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/examples_labltk/tetris.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/examples_labltk/tetris.ml')
-rw-r--r--otherlibs/labltk/examples_labltk/tetris.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/labltk/examples_labltk/tetris.ml b/otherlibs/labltk/examples_labltk/tetris.ml
index 8260fc205..28544e08d 100644
--- a/otherlibs/labltk/examples_labltk/tetris.ml
+++ b/otherlibs/labltk/examples_labltk/tetris.ml
@@ -268,7 +268,6 @@ let init fw =
let scorev = Textvariable.create ()
and linev = Textvariable.create ()
and levv = Textvariable.create ()
- and namev = Textvariable.create ()
in
let f = Frame.create fw ~borderwidth: 2 in
let c = Canvas.create f ~width: (block_size * 10)