This commit is contained in:
cqc
2024-08-02 22:07:07 -05:00
parent c604345886
commit 73d6e2233b
2 changed files with 15 additions and 17 deletions

View File

@ -64,9 +64,6 @@ let main =
let min_fps = ref Float.max_float in
let max_fps = ref Float.min_float in
(* Thread which is woken up when the main window is closed. *)
let _waiter, _wakener = Lwt.wait () in
let rootrepo =
Store.init_default
(F.str "%s/console/rootstore.git" Secrets.giturl)