diff options
Diffstat (limited to 'otherlibs/labltk/examples_camltk/socketinput.ml')
-rw-r--r-- | otherlibs/labltk/examples_camltk/socketinput.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/labltk/examples_camltk/socketinput.ml b/otherlibs/labltk/examples_camltk/socketinput.ml index d23b8fd5e..492fdc926 100644 --- a/otherlibs/labltk/examples_camltk/socketinput.ml +++ b/otherlibs/labltk/examples_camltk/socketinput.ml @@ -40,4 +40,3 @@ let _ = bind entry0_w [([], KeyPressDetail "Return")] (BindSet ([], send)); pack [text0_w; entry0_w; button0_w][Side Side_Top; Fill Fill_X; Expand true]; mainLoop () - |