diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-18 15:41:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-18 16:03:02 +0900 |
commit | c46af70011cf1050c6ed158cc42d3fcaa67e791d (patch) | |
tree | 9b2057b8fe09128264e2696c7a2bbe123bff9222 /src/debug.h | |
parent | cb0f5bc7df4a16224d017b2b987a0b05a6c98812 (diff) | |
download | tdeio-apt-c46af70011cf1050c6ed158cc42d3fcaa67e791d.tar.gz tdeio-apt-c46af70011cf1050c6ed158cc42d3fcaa67e791d.zip |
Use dedicated kdDebug area.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9)
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 * - * sylvain.joyeux@m4x.org * - * * - * 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 - |