From 4c354f475bfe841f3797be0a3341212aeeaa60c8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 6 Jun 2019 18:03:25 +0530 Subject: some experimentation with selection handling in the new pane It's entirely different from the first one :D, incredible --- src/interactive/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interactive/mod.rs') diff --git a/src/interactive/mod.rs b/src/interactive/mod.rs index 0bc81d7..ef02372 100644 --- a/src/interactive/mod.rs +++ b/src/interactive/mod.rs @@ -1,9 +1,7 @@ mod app; -mod common; pub mod widgets; pub use self::app::*; -pub use common::*; #[cfg(test)] mod app_test; -- cgit v1.2.3