diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 02:55:22 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-10-17 17:03:31 +0200 |
commit | 6408a9a684e3fca9a9cae893759f1a8a807df5b2 (patch) | |
tree | 3731161ff6791bf3e18de01ea77d0d476b0d8b7e /src/file-utils.c | |
parent | 19379dac7f6530685771122bd81a696e98490b8e (diff) | |
download | engrampa-6408a9a684e3fca9a9cae893759f1a8a807df5b2.tar.bz2 engrampa-6408a9a684e3fca9a9cae893759f1a8a807df5b2.tar.xz |
Remove unused macros
Diffstat (limited to 'src/file-utils.c')
-rw-r--r-- | src/file-utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/file-utils.c b/src/file-utils.c index 55d6bf4..15864d6 100644 --- a/src/file-utils.c +++ b/src/file-utils.c @@ -43,9 +43,6 @@ #include "fr-init.h" -#define BUF_SIZE 4096 -#define FILE_PREFIX "file://" -#define FILE_PREFIX_L 7 #define SPECIAL_DIR(x) ((strcmp ((x), "..") == 0) || (strcmp ((x), ".") == 0)) |