mirror of https://github.com/MidnightCommander/mc
(truncFileString): isn't used anymore. Remove.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f1908f4361
commit
dffcec5acc
|
@ -167,7 +167,6 @@ gboolean classic_progressbar = TRUE;
|
|||
|
||||
/*** file scope macro definitions ****************************************************************/
|
||||
|
||||
#define truncFileString(dlg, s) str_trunc (s, WIDGET (dlg)->rect.cols - 10)
|
||||
#define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->rect.cols - 10)
|
||||
|
||||
/*** file scope type declarations ****************************************************************/
|
||||
|
|
Loading…
Reference in New Issue