eliminated global scroll_x and scroll_y variables
[supertux.git] / src / scene.cpp
index ccdce0b..0ee4d1c 100644 (file)
@@ -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, scroll_y;
-
 unsigned int global_frame_counter;
 
 // EOF //