aboutsummaryrefslogtreecommitdiff
path: root/trunk/examples/tkivyprobe.ml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/examples/tkivyprobe.ml')
-rw-r--r--trunk/examples/tkivyprobe.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/examples/tkivyprobe.ml b/trunk/examples/tkivyprobe.ml
deleted file mode 100644
index 67ee3aa..0000000
--- a/trunk/examples/tkivyprobe.ml
+++ /dev/null
@@ -1,10 +0,0 @@
-let _ =
- Ivyprobe.init ();
- let top = Tk.openTk () in
- try
- ignore (TkIvy.set_up_channel Unix.stdin Ivy.stop (fun _ -> Ivyprobe.read stdin));
- TkIvy.main ()
- with
- End_of_file -> Ivy.stop ()
-
-