Delete unused pane::State
struct
This commit is contained in:
parent
c3b1530ce2
commit
cd0d1d3340
1 changed files with 0 additions and 11 deletions
|
@ -57,17 +57,6 @@ pub enum Event {
|
||||||
|
|
||||||
const MAX_TAB_TITLE_LEN: usize = 24;
|
const MAX_TAB_TITLE_LEN: usize = 24;
|
||||||
|
|
||||||
#[derive(Debug, Eq, PartialEq)]
|
|
||||||
pub struct State {
|
|
||||||
pub tabs: Vec<TabState>,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Eq, PartialEq)]
|
|
||||||
pub struct TabState {
|
|
||||||
pub title: String,
|
|
||||||
pub active: bool,
|
|
||||||
}
|
|
||||||
|
|
||||||
pub struct Pane {
|
pub struct Pane {
|
||||||
item_views: Vec<(usize, Box<dyn ItemViewHandle>)>,
|
item_views: Vec<(usize, Box<dyn ItemViewHandle>)>,
|
||||||
active_item: usize,
|
active_item: usize,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue