From 7e28835e246e06e157d760a40754b6257f2ad6b3 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 17 Oct 2004 18:35:57 +0000 Subject: Remove unused variable --- 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; } -- cgit v0.9.0.2