(truncFileString): isn't used anymore. Remove.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2024-05-20 21:46:41 +03:00
parent f1908f4361
commit dffcec5acc
1 changed files with 0 additions and 1 deletions

View File

@ -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 ****************************************************************/