X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscene.cpp;h=0ee4d1c2950a764532440b0d078cee9c59c870d6;hb=157cef71aeb9ae25b7bb90f37dda11bc09329d11;hp=d7034a9a076530027b5b47567ee60f9fbe322d40;hpb=2388a02493831f3ec11f1df66a0cf7b09995279b;p=supertux.git diff --git a/src/scene.cpp b/src/scene.cpp index d7034a9a0..0ee4d1c29 100644 --- a/src/scene.cpp +++ b/src/scene.cpp @@ -68,9 +68,6 @@ PlayerStatus::BonusType string_to_bonus(const std::string& str) return PlayerStatus::NO_BONUS; } -// FIXME: Move this into a view class -float scroll_x; - unsigned int global_frame_counter; // EOF //