mirror of https://github.com/xzeldon/htop.git
Remove unfinished code.
This commit is contained in:
parent
f78a18ff44
commit
a3a8a3b24b
|
@ -228,13 +228,6 @@ static void Process_printTime(RichString* str, unsigned long t) {
|
|||
RichString_append(str, CRT_colors[DEFAULT_COLOR], buffer);
|
||||
}
|
||||
|
||||
/* private */
|
||||
static void Process_printTTY(RichString* str, int tty_nr) {
|
||||
unsigned char minor = tty_nr;
|
||||
unsigned char major = tty_nr >> 8;
|
||||
char* buffer[11];
|
||||
}
|
||||
|
||||
/* private */
|
||||
inline static void Process_writeCommand(Process* this, int attr, RichString* str) {
|
||||
if (this->pl->highlightBaseName) {
|
||||
|
|
Loading…
Reference in New Issue