mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Fix warnings for unused variables and functions
This commit is contained in:
@@ -236,6 +236,7 @@ It handles initialization and termination by subclassing wxApp.
|
||||
DEFINE_EVENT_TYPE(EVT_OPEN_AUDIO_FILE);
|
||||
DEFINE_EVENT_TYPE(EVT_LANGUAGE_CHANGE);
|
||||
|
||||
#if 0
|
||||
#ifdef __WXGTK__
|
||||
static void wxOnAssert(const wxChar *fileName, int lineNumber, const wxChar *msg)
|
||||
{
|
||||
@@ -252,6 +253,7 @@ static void wxOnAssert(const wxChar *fileName, int lineNumber, const wxChar *msg
|
||||
exit(0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static bool gInited = false;
|
||||
bool gIsQuitting = false;
|
||||
|
||||
Reference in New Issue
Block a user