some cleanups and robustness checks, I added while searching for a bug (that was...
[supertux.git] / src / level.h
index 70015fc..1f2fe94 100644 (file)
@@ -94,8 +94,6 @@ class Level
   int bkgd_speed;
   Vector start_pos;
   float gravity;
-  bool back_scrolling;
-  float hor_autoscroll_speed;
 
   /** A collection of points to which Tux can be reset after a lost live */
   std::vector<ResetPoint> reset_points;