Skip to content

Commit 30360aa

Browse files
ePiratjbkempf
authored andcommitted
Reword deprecation messages
The fact that the class is deprecated is already implied by the presence of the attribute itself.
1 parent 0dcdec9 commit 30360aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/AmbisonicProcessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace spaudio {
109109
*/
110110

111111
class
112-
SPAUDIO_DEPRECATED("This class is deprecated. Please use AmbisonicRotator class instead.")
112+
SPAUDIO_DEPRECATED("Please use AmbisonicRotator class instead.")
113113
SPAUDIO_API
114114
AmbisonicProcessor : public AmbisonicBase
115115
{

include/AmbisonicShelfFilters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace spaudio {
2727
* This class is deprecated in favour of AmbisonicOptimFilters, which uses LinkwitzRiley IIR filters to apply frequency dependent gains.
2828
*/
2929
class
30-
SPAUDIO_DEPRECATED("This class is deprecated. Please use AmbisonicOptimFilters class instead.")
30+
SPAUDIO_DEPRECATED("Please use AmbisonicOptimFilters class instead.")
3131
SPAUDIO_API
3232
AmbisonicShelfFilters : public AmbisonicBase
3333
{

0 commit comments

Comments
 (0)