mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
(minor change)
No need to check passed-in value of parameter that's used only for return value.
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
// Returns: True, if the start of Audacity should continue as normal
|
||||
// False if Audacity should be quit immediately
|
||||
//
|
||||
// The didRecoverAnything param is strictly for a return value.
|
||||
// Any value passed in is ignored.
|
||||
//
|
||||
bool ShowAutoRecoveryDialogIfNeeded(AudacityProject** pproj,
|
||||
bool *didRecoverAnything);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user