summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 538af91..0e70ff5 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -26,7 +26,6 @@ type ref_node_data = {
owner: string option;
priority: string option;
default_value: string option;
- keep_order: bool;
hidden: bool;
secret: bool;
} [@@deriving to_yojson]
@@ -55,8 +54,6 @@ val is_leaf : t -> string list -> bool
val is_valueless : t -> string list -> bool
-val get_keep_order : t -> string list -> bool
-
val get_owner : t -> string list -> string option
val get_help_string : t -> string list -> string