From c6265278f05aa4d3af60e420f2d4d13e4bce8ad7 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Dec 2021 04:19:53 +0100 Subject: Removed the application mecanism from the state module --- editor/state/state.ml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'editor/state/state.ml') diff --git a/editor/state/state.ml b/editor/state/state.ml index 2662a48..33b796f 100755 --- a/editor/state/state.ml +++ b/editor/state/state.ml @@ -14,7 +14,6 @@ type t = ; window : Brr.El.t list ; pm : PM.t } -type state = t (** Compare two states together. @@ -108,6 +107,3 @@ let init ; window = [] ; pm } - - -include Application.Make(struct type t = state end) -- cgit v1.2.3