1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

Move DbChoices out of Shuttle.h

This commit is contained in:
Paul Licameli
2018-03-26 20:30:31 -04:00
parent 1a3005182b
commit 180cf92790
3 changed files with 34 additions and 28 deletions

View File

@@ -13,14 +13,6 @@
#include "commands/CommandTargets.h"
class Enums {
public:
static const wxString * GetDbChoices();
static const int NumDbChoices;
static const double Db2Signal[];
static const wxString DbChoices[];
};
class WrappedType;
class Shuttle /* not final */ {