From 609e566204472203af1e27f0b5fc7a4954d8ae74 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Thu, 9 Sep 2021 10:20:09 +0900 Subject: [PATCH] remove sytaxx_text module --- src/ui/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/mod.rs b/src/ui/mod.rs index d3d0587..bc99059 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -4,7 +4,6 @@ use database_tree::MoveSelection; pub mod scrollbar; pub mod scrolllist; -pub mod syntax_text; pub fn common_nav(key: Key, key_config: &KeyConfig) -> Option { if key == key_config.scroll_down {