mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -27,12 +27,6 @@ extern "C" {
|
||||
|
||||
#define DESC _("FLAC files")
|
||||
|
||||
static const wxChar *exts[] =
|
||||
{
|
||||
wxT("flac"),
|
||||
wxT("flc")
|
||||
};
|
||||
|
||||
ODDecodeFlacTask::~ODDecodeFlacTask()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user