Skip to content

Commit

Permalink
Remove unused/duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Nov 25, 2023
1 parent 7857bbf commit 205d443
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ use oauth2::url::Url;
use simple_logger::SimpleLogger;

use muda::{Menu, PredefinedMenuItem, Submenu};
#[cfg(target_os = "linux")]
use tao::platform::unix::WindowExtUnix;
#[cfg(target_os = "windows")]
use tao::platform::windows::WindowExtWindows;

use tao::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoopBuilder, EventLoopProxy},
Expand Down

0 comments on commit 205d443

Please sign in to comment.