summaryrefslogtreecommitdiffstats
path: root/src/tui/views.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/views.rs')
-rw-r--r--src/tui/views.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tui/views.rs b/src/tui/views.rs
index 7d1593d..3d1dbc3 100644
--- a/src/tui/views.rs
+++ b/src/tui/views.rs
@@ -19,7 +19,6 @@ pub const NAME_QUESTION_VIEW: &str = "question_view";
pub const NAME_ANSWER_VIEW: &str = "answer_view";
pub const NAME_FULL_LAYOUT: &str = "full_layout";
-// TODO this seems pointless; probably should be removed
pub enum Name {
QuestionList,
AnswerList,