1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove eIs(Getting|Saving)ViaShuttle enum values...

... Because:

1 They weren't used

2 The branches selected by them were wrongly passing user-visible prompt strings
to DoDataShuttle, which elsewhere takes a preference path (this is an error that
could have been detected and avoided if there weren't naked wxString arguments)

3 Without those branches, the affected Tie... functions become more parallel to
other ShuttleGui member functions, which might later be unified into fewer
functions
This commit is contained in:
Paul Licameli
2019-12-06 20:45:28 -05:00
parent 8d1dd10dee
commit 0247329077
2 changed files with 0 additions and 44 deletions

View File

@@ -36,8 +36,6 @@ enum teShuttleMode
eIsCreating,
eIsGettingFromDialog,
eIsSettingToDialog,
eIsSavingViaShuttle,
eIsGettingViaShuttle,
eIsGettingMetadata,
// Next two are only ever seen in constructor.