diff -r 40261b775718 -r efebd1779a59 mmlibs/mmfw/src/Client/Video/mediaclientvideotrace.h --- a/mmlibs/mmfw/src/Client/Video/mediaclientvideotrace.h Tue Feb 02 01:56:55 2010 +0200 +++ b/mmlibs/mmfw/src/Client/Video/mediaclientvideotrace.h Fri Apr 16 16:34:49 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -22,9 +22,6 @@ #include -#define DEBUG_PRINT(a) RDebug::Print(a) -#define DEBUG_PRINT2(a, b) RDebug::Print(a, b) - #define DEBUG_PRINTF(a) RDebug::Printf(a) #define DEBUG_PRINTF2(a,b) RDebug::Printf(a,b) #define DEBUG_PRINTF3(a,b,c) RDebug::Printf(a,b,c) @@ -33,9 +30,6 @@ #else // __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ -#define DEBUG_PRINT(a) -#define DEBUG_PRINT2(a, b) - #define DEBUG_PRINTF(a) #define DEBUG_PRINTF2(a, b) #define DEBUG_PRINTF3(a, b, c)