summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/setpath.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/browser/setpath.mli')
-rw-r--r--otherlibs/labltk/browser/setpath.mli10
1 files changed, 0 insertions, 10 deletions
diff --git a/otherlibs/labltk/browser/setpath.mli b/otherlibs/labltk/browser/setpath.mli
deleted file mode 100644
index 9801f83e7..000000000
--- a/otherlibs/labltk/browser/setpath.mli
+++ /dev/null
@@ -1,10 +0,0 @@
-(* $Id$ *)
-
-open Widget
-
-val add_update_hook : (unit -> unit) -> unit
-val exec_update_hooks : unit -> unit
- (* things to do when Config.load_path changes *)
-
-val f : dir:string -> toplevel widget
- (* edit the load path *)