[file-roller: 22/123] removed unused defines



commit 4a513a2c78db6068dbfbd006d316288f8fbd5b74
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 20 22:43:13 2012 +0200

    removed unused defines

 src/fr-archive.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/src/fr-archive.c b/src/fr-archive.c
index ce5c0fa..fadc19f 100644
--- a/src/fr-archive.c
+++ b/src/fr-archive.c
@@ -45,7 +45,7 @@
 #endif
 
 
-#define FILES_ARRAY_INITIAL_SIZE 256
+#define FILE_ARRAY_INITIAL_SIZE	256
 
 
 char *action_names[] = { "NONE",
@@ -79,16 +79,6 @@ struct _FrArchivePrivate {
 };
 
 
-#define MAX_CHUNK_LEN (NCARGS * 2 / 3) /* Max command line length */
-#define UNKNOWN_TYPE "application/octet-stream"
-#define SAME_FS (FALSE)
-#define NO_BACKUP_FILES (TRUE)
-#define NO_DOT_FILES (FALSE)
-#define IGNORE_CASE (FALSE)
-#define LIST_LENGTH_TO_USE_FILE 10 /* FIXME: find a good value */
-#define FILE_ARRAY_INITIAL_SIZE 256
-
-
 enum {
 	START,
 	PROGRESS,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]