From d70a16721b1b316388722de93d4dc0317e11f0b9 Mon Sep 17 00:00:00 2001 From: simon busch Date: Sat, 22 Apr 2023 08:53:49 +0200 Subject: [PATCH] =?UTF-8?q?Clean=20up=20code=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main.rs b/src/main.rs index 9a5d1d5..5acb357 100644 --- a/src/main.rs +++ b/src/main.rs @@ -215,16 +215,6 @@ async fn main() -> Result<(), Box> { } }, MenuItem::Refresh => { - // let data_chunck = Layout::default() - // .direction(Direction::Horizontal) - // .constraints( - // [Constraint::Percentage(30), Constraint::Percentage(70)].as_ref(), - // ) - // .split(chunks[1]); - // let selected_issue_index = issue_list_state_open.selected(); - // let (left, right) = render_issues(&issues_list_open, selected_issue_index, show_comment); - // rect.render_stateful_widget(left, data_chunck[0], &mut issue_list_state_open); - // rect.render_widget(right, data_chunck[1]); }, MenuItem::ToReview => { let data_chunck = Layout::default()