summaryrefslogtreecommitdiffstats
path: root/src/commands/command_line.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-01 12:32:35 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-01 12:32:35 -0400
commit8629383c8a65695d01ea5a7d6dbdee5e1833d442 (patch)
treef849f1847d453b34a8ea2585e1e3f83f675efb47 /src/commands/command_line.rs
parentda20212f32c8b43400d0aec2af39376651f32b9d (diff)
optimize some printing code
Diffstat (limited to 'src/commands/command_line.rs')
-rw-r--r--src/commands/command_line.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands/command_line.rs b/src/commands/command_line.rs
index 6589fb4..036ad55 100644
--- a/src/commands/command_line.rs
+++ b/src/commands/command_line.rs
@@ -63,14 +63,6 @@ impl CommandLine {
Ok(())
}
}
- pub fn readline_with(
- context: &mut JoshutoContext,
- view: &JoshutoView,
- textfield: JoshutoTextField,
- ) -> Result<(), JoshutoError> {
- drop(textfield);
- Ok(())
- }
}
impl JoshutoCommand for CommandLine {}