1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 15:56:45 +02:00

improve call duration string & remove a couple unused functions

This commit is contained in:
Jfreegman
2014-06-24 01:54:08 -04:00
parent 490c80dae9
commit 7ac7713268
5 changed files with 61 additions and 114 deletions

View File

@ -153,8 +153,8 @@ struct infobox {
bool hide;
bool active;
uint64_t calltime;
uint64_t lastupdate;
uint64_t starttime;
char timestr[TIME_STR_SIZE];
WINDOW *win;