diff options
author | Michele Calgaro <[email protected]> | 2022-05-18 15:41:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-18 15:41:08 +0900 |
commit | eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9 (patch) | |
tree | ab0ca327785f0d6034480535a5bb3a84ce609429 /src/debug.h | |
parent | 966cf44482c86484f80a24302a2781ab979750e1 (diff) | |
download | tdeio-apt-eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9.tar.gz tdeio-apt-eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9.zip |
Use dedicated kdDebug area.
Signed-off-by: Michele Calgaro <[email protected]>
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 - |