summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/odebug.h
authorzecke <zecke>2004-10-17 18:35:57 (UTC)
committer zecke <zecke>2004-10-17 18:35:57 (UTC)
commit7e28835e246e06e157d760a40754b6257f2ad6b3 (patch) (side-by-side diff)
tree1a4a844b17fcc6d60b4e1a35af533bf5f000b187 /libopie2/opiecore/odebug.h
parentca65f8eba5cd7e3a2e3096b545527ced8b76e5cd (diff)
downloadopie-7e28835e246e06e157d760a40754b6257f2ad6b3.zip
opie-7e28835e246e06e157d760a40754b6257f2ad6b3.tar.gz
opie-7e28835e246e06e157d760a40754b6257f2ad6b3.tar.bz2
Remove unused variable
Diffstat (limited to 'libopie2/opiecore/odebug.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/odebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/odebug.h b/libopie2/opiecore/odebug.h
index 18dc09e..87d9741 100644
--- a/libopie2/opiecore/odebug.h
+++ b/libopie2/opiecore/odebug.h
@@ -446,7 +446,7 @@ QString odBacktrace(int levels = -1);
* @param area an id to identify the output, 0 for default
* @see odDebug()
*/
-inline ondbgstream ondDebug(int area = 0) { return ondbgstream(); }
+inline ondbgstream ondDebug(int = 0) { return ondbgstream(); }
inline ondbgstream ondDebug(bool , int = 0) { return ondbgstream(); }
inline QString ondBacktrace() { return QString::null; }
inline QString ondBacktrace(int) { return QString::null; }