aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.h
diff options
context:
space:
mode:
authorvovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-07 13:36:34 +0000
committervovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-07 13:36:34 +0000
commit06d1877811fa6aa97dddc0e03bcde4e766928c87 (patch)
treec25462d0e58c3d58c728664440412bf4f16a49ec /lib/constants.h
parent3f6b60f23c44a8ba8dd97ca6f41a16e2af7ef2f7 (diff)
downloadqmmp-06d1877811fa6aa97dddc0e03bcde4e766928c87.tar.gz
qmmp-06d1877811fa6aa97dddc0e03bcde4e766928c87.tar.bz2
qmmp-06d1877811fa6aa97dddc0e03bcde4e766928c87.zip
new directory structure
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@232 90c681e8-e032-0410-971d-27865f9a5e38
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