mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Getting rid of some warnings...mostly unused parms
This commit is contained in:
@@ -274,8 +274,11 @@ wxImage *CreateAquaBackground(int width, int height, int offset)
|
||||
return image;
|
||||
}
|
||||
|
||||
wxImage *CreateSysBackground(int width, int height, int offset,
|
||||
wxColour colour)
|
||||
#ifdef USE_AQUA_THEME
|
||||
wxImage *CreateSysBackground(int width, int height, int offset, wxColour colour)
|
||||
#else
|
||||
wxImage *CreateSysBackground(int width, int height, int WXUNUSED(offset), wxColour colour)
|
||||
#endif
|
||||
{
|
||||
#ifdef USE_AQUA_THEME
|
||||
return CreateAquaBackground(width, height, offset);
|
||||
|
Reference in New Issue
Block a user