kdecore: remove deprecated debug definitions

This commit is contained in:
Ivailo Monev 2015-09-03 23:24:58 +00:00
parent 078b3431a5
commit fcb4f92ad4

View file

@ -59,22 +59,6 @@
# define KDE_DEBUG_ENABLED_BY_DEFAULT true # define KDE_DEBUG_ENABLED_BY_DEFAULT true
#endif #endif
/**
* An indicator of where you are in a source file, to be used in
* warnings (perhaps debug messages too).
* @deprecated kDebug takes care of printing the method name automatically now
*/
#define k_funcinfo ""
/**
* An indicator of where you are in a source file, to be used in
* warnings (perhaps debug messages too). Gives an accurate
* idea of where the message comes from. Not suitable for
* user-visible messages.
* @deprecated kDebug takes care of printing the method name automatically now
*/
#define k_lineinfo "[" << __FILE__ << ":" << __LINE__ << "] "
/** /**
* @internal * @internal
* Returns a debug stream that may or may not output anything. * Returns a debug stream that may or may not output anything.