aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.h')
-rw-r--r--lib/constants.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/constants.h b/lib/constants.h
deleted file mode 100644
index ee558f3a9..000000000
--- a/lib/constants.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef CONSTANTS_H
-#define CONSTANTS_H
-
-#ifdef Q_OS_UNIX
-#include "config.h"
-#endif
-
-#define VERSION "0.2.0"
-
-#ifndef LIB_DIR
-#define LIB_DIR "/lib"
-#endif
-
-const unsigned int historySize = 100;
-const unsigned int globalBlockSize = 2 * 1024; //2*1024
-const unsigned int globalBufferSize = globalBlockSize * 32;
-const unsigned int groupOpenTimeout = 750;
-
-#endif // CONSTANTS_H