also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-07 15:10:49 +00:00
parent 1ffe958687
commit ca94b1cc6e

View File

@@ -208,7 +208,7 @@ void wxProtocol::LogResponse(const wxString& str)
m_log->LogResponse(str);
}
void wxProtocolLog::DoLogString(const wxString& WXUNUSED_UNLESS_DEBUG(str))
void wxProtocolLog::DoLogString(const wxString& str)
{
wxLogTrace(m_traceMask, "%s", str);
}