diff options
Diffstat (limited to 'otherlibs/labltk/support/timer.mli')
-rw-r--r-- | otherlibs/labltk/support/timer.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli deleted file mode 100644 index 6e7610ce2..000000000 --- a/otherlibs/labltk/support/timer.mli +++ /dev/null @@ -1,4 +0,0 @@ -type t - -val add : ms:int -> callback:(unit -> unit) -> t -val remove : t -> unit |