diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/debug.h b/src/debug.h deleted file mode 100644 index ad8151b..0000000 --- a/src/debug.h +++ /dev/null @@ -1,17 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2003 by Sylvain Joyeux * - * [email protected] * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - ***************************************************************************/ - -#ifndef KIOAPT_DEBUG -#define KIOAPT_DEBUG - -#define DEBUG_ZONE 7000 - -#endif - |