mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Remove unnecessary semicolons
This commit is contained in:
@@ -161,7 +161,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
/// Entry for the Applicability table
|
||||
@@ -217,7 +217,7 @@ private:
|
||||
wxArrayString mCodecLongNames;
|
||||
wxArrayString mProfileNames;
|
||||
wxArrayInt mProfileLabels;
|
||||
wxArrayString mPredictionOrderMethodNames;;
|
||||
wxArrayString mPredictionOrderMethodNames;
|
||||
wxArrayInt mPredictionOrderMethodLabels;
|
||||
|
||||
wxChoice *mFormatChoice;
|
||||
|
||||
Reference in New Issue
Block a user