remove unnecessary stuff
This commit is contained in:
parent
82ccba51cb
commit
c6c25d2c45
1 changed files with 0 additions and 6 deletions
6
file.c
6
file.c
|
@ -265,9 +265,3 @@ char *get_line(long index)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Get file's type and color
|
|
||||||
*/
|
|
||||||
char *get_type(__mode_t st_mode);
|
|
||||||
|
|
Loading…
Reference in a new issue