Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin: Remove empty state ticker impls
Erik Kundt committed 1 year ago
commit dcf59664df5d9f5fe058fc3f4145bfd65d373960
parent d2eac1c29ff1ce5758d655eac401888d97b7e882
3 files changed +0 -6
modified bin/commands/inbox/select.rs
@@ -221,8 +221,6 @@ pub enum Message {
impl store::State<Selection> for State {
    type Message = Message;

-
    fn tick(&mut self) {}
-

    fn update(&mut self, message: Message) -> Option<Exit<Selection>> {
        match message {
            Message::Exit { selection } => Some(Exit { value: selection }),
modified bin/commands/issue/select.rs
@@ -198,8 +198,6 @@ impl store::State<Selection> for State {
            }
        }
    }
-

-
    fn tick(&mut self) {}
}

impl App {
modified bin/commands/patch/select.rs
@@ -196,8 +196,6 @@ impl store::State<Selection> for State {
            }
        }
    }
-

-
    fn tick(&mut self) {}
}

impl App {