Skip to content

Commit

Permalink
Remove remnants of the old Proton launch process and unused lib imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WaviestBalloon committed Aug 29, 2023
1 parent 6d60e8d commit c85a03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/args/launch.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use crate::utils::{setup, terminal::*, argparse, installation, notification::create_notification};
use crate::configuration;
use std::{process, thread};
use std::process;
use std::time;
use discord_rich_presence::activity::Timestamps;
use discord_rich_presence::{activity, DiscordIpc, DiscordIpcClient};

const HELP_TEXT: &str = "\nUsage: TODO";
Expand Down

0 comments on commit c85a03b

Please sign in to comment.