From b72b4a20368f98a4dd2b36499986fee6f071628e Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 7 Jul 2013 18:50:30 -0400 Subject: [PATCH] Remove unused declaration. Thanks to vulture. --- src/RageTypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RageTypes.h b/src/RageTypes.h index 610b058329..a00d71a329 100644 --- a/src/RageTypes.h +++ b/src/RageTypes.h @@ -391,8 +391,6 @@ public: float m[4][4]; } SM_ALIGN(16); -RageColor scale( float x, float l1, float h1, const RageColor &a, const RageColor &b ); - #endif /*