aboutsummaryrefslogtreecommitdiff
path: root/src/commands/profile.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-12-02 21:40:41 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-12-02 21:40:41 -0800
commit6ae94473e31c0f7d2c1ca79294f529419f1c536f (patch)
treecea89b2fbcaa44872a7d458a12981080d558daa2 /src/commands/profile.rs
parentf74ece81c99d94c2b5250d7fd7fde0d1df15cbeb (diff)
track dirty bit to know if we should redraw display
also clean up a bunch of TODOs
Diffstat (limited to 'src/commands/profile.rs')
-rw-r--r--src/commands/profile.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commands/profile.rs b/src/commands/profile.rs
index e20859b..f3bfd8d 100644
--- a/src/commands/profile.rs
+++ b/src/commands/profile.rs
@@ -1,8 +1,5 @@
use display::DisplayInfo;
use tw;
-use std;
-use std::collections::HashMap;
-use hyper;
use ::Queryer;
use commands::Command;