Adding an empty mli allows us to catch unused functions

Such as gotoanchor here.
This commit is contained in:
malc 2019-03-25 21:15:36 +03:00
parent 89d25cacb2
commit 337cf5b3c4
2 changed files with 0 additions and 1 deletions

View File

@ -699,7 +699,6 @@ let getanchory (n, top, dtop) =
else y + truncate (top*.float h -. dtop*.float conf.interpagespace)
;;
let gotoanchor anchor = gotoxy state.x (getanchory anchor);;
let addnav () = getanchor () |> cbput state.hists.nav;;
let addnavnorc () = getanchor () |> cbput_dont_update_rc state.hists.nav;;

0
main.mli Normal file
View File