From 06d1877811fa6aa97dddc0e03bcde4e766928c87 Mon Sep 17 00:00:00 2001 From: vovanec Date: Thu, 7 Feb 2008 13:36:34 +0000 Subject: new directory structure git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@232 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/constants.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lib/constants.h (limited to 'lib/constants.h') 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 -- cgit v1.2.3-13-gbd6f