summaryrefslogtreecommitdiff
path: root/editor/state/state.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/state/state.ml')
-rwxr-xr-xeditor/state/state.ml4
1 files changed, 0 insertions, 4 deletions
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)