mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed unused method
This commit is contained in:
parent
7add963d40
commit
4bedc679b1
2 changed files with 0 additions and 16 deletions
|
|
@ -45,20 +45,6 @@ void Logger::writeToLog (const String& message)
|
|||
outputDebugString (message);
|
||||
}
|
||||
|
||||
void Logger::print10000thCommitMessage()
|
||||
{
|
||||
writeToLog (R"CAKE(
|
||||
|
||||
) ( ) (
|
||||
(^)(^)(^)(^)
|
||||
_i__i__i__i_
|
||||
(____________)
|
||||
|####10000###|
|
||||
(____________)
|
||||
|
||||
)CAKE");
|
||||
}
|
||||
|
||||
#if JUCE_LOG_ASSERTIONS || JUCE_DEBUG
|
||||
void JUCE_API JUCE_CALLTYPE logAssertion (const char* const filename, const int lineNum) noexcept
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,8 +74,6 @@ public:
|
|||
*/
|
||||
static void JUCE_CALLTYPE outputDebugString (const String& text);
|
||||
|
||||
/** Writes a celebratory message to the current logger. */
|
||||
static void JUCE_CALLTYPE print10000thCommitMessage();
|
||||
|
||||
protected:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue