From 5e14ab971129eb95ca02e373fc21adb46c0eaca1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 22:52:35 +0300 Subject: Remove undescore from variables and defines. --- src/particle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/particle.h') diff --git a/src/particle.h b/src/particle.h index 64811599e..e90a1f37f 100644 --- a/src/particle.h +++ b/src/particle.h @@ -31,9 +31,9 @@ #include #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class Map; @@ -272,7 +272,7 @@ class Particle : public Actor virtual float getAlpha() const { return 1.0f; } - virtual void setAlpha(float alpha _UNUSED_) {} + virtual void setAlpha(float alpha A_UNUSED) {} virtual void setDeathEffect(const std::string &effectFile, char conditions) -- cgit v1.2.3-60-g2f50