Skip to content

Commit 27c4680

Browse files
committed
refactor: remove dead code
1 parent f32e0bd commit 27c4680

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use crate::button::{
55
};
66
use crate::log::InfoPanel;
77
use crate::update::UpdateButton;
8-
use anyhow::Result;
98
use button::DonateButton;
109
use config::Config;
1110
use dioxus::desktop::tao::platform::windows::{IconExtWindows, WindowBuilderExtWindows};
@@ -26,12 +25,6 @@ mod sq;
2625
mod steamless;
2726
mod update;
2827

29-
#[derive(Clone, Routable, Debug, PartialEq)]
30-
enum Route {
31-
#[route("/")]
32-
App {},
33-
}
34-
3528
#[cfg(feature = "bundle")]
3629
const ASSETS: &str = "assets";
3730
#[cfg(not(feature = "bundle"))]

0 commit comments

Comments
 (0)