mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: clean up unused imports
This commit is contained in:
parent
2b682aea1b
commit
12c8d9622d
2 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ use crate::helper::p2pool::ImgP2pool;
|
|||
use crate::helper::p2pool::PubP2poolApi;
|
||||
use crate::helper::xmrig::ImgXmrig;
|
||||
use crate::helper::xmrig::PubXmrigApi;
|
||||
use crate::helper::xvb::priv_stats::RuntimeMode;
|
||||
use crate::helper::xvb::PubXvbApi;
|
||||
use crate::helper::Helper;
|
||||
use crate::helper::Process;
|
||||
|
|
|
@ -3,7 +3,6 @@ use std::sync::{Arc, Mutex};
|
|||
use egui::TextStyle::{self, Name};
|
||||
use egui::{vec2, Image, RichText, TextEdit, Ui, Vec2};
|
||||
use log::debug;
|
||||
use log::error;
|
||||
use readable::num::Float;
|
||||
use readable::up::Uptime;
|
||||
|
||||
|
|
Loading…
Reference in a new issue