mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-22 22:21:11 +02:00
Replace header guards with #pragma once
Signed-off-by: Leon Marz <main@lmarz.org>
This commit is contained in:
@@ -8,8 +8,7 @@ Paul Licameli split from Menus.cpp
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef __AUDACITY_COMMON_COMMAND_FLAGS__
|
||||
#define __AUDACITY_COMMON_COMMAND_FLAGS__
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
@@ -62,5 +61,3 @@ extern TENACITY_DLL_API const ReservedCommandFlag
|
||||
&AudioTracksSelectedFlag(),
|
||||
&NoAutoSelect() // jkc
|
||||
;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user