small style cleanup

This commit is contained in:
AJ Kelly
2011-05-19 03:55:47 -05:00
parent d6546caaa6
commit dd0abb01ee
+2 -4
View File
@@ -11,9 +11,7 @@ struct lua_State;
class SongPosition
{
public:
public:
// Arcade - the current stage (one song).
// Oni/Endless - a single song in a course.
// Let a lot of classes access this info here so they don't have to keep their own copies.
@@ -39,7 +37,7 @@ class SongPosition
void UpdateSongPosition( float fPositionSeconds, const TimingData &timing, const RageTimer &timestamp = RageZeroTimer );
// Lua
void PushSelf( lua_State *L );
void PushSelf( lua_State *L );
};
#endif