-renamed ViewPort to Camera
[supertux.git] / src / level.h
index ed27b8e..1d2b678 100644 (file)
@@ -98,8 +98,6 @@ class Level
   bool back_scrolling;
   float hor_autoscroll_speed;
 
-  std::vector< ObjectData<TrampolineData> > trampoline_data;
-
   /** A collection of points to which Tux can be reset after a lost live */
   std::vector<ResetPoint> reset_points;
  public:
@@ -142,9 +140,6 @@ class Level
   /** Resize the level to a new width/height */
   void resize(int new_width, int new_height);
 
-  /* Draw background */
-  void draw_bg();
-
   /** Return the id of the tile at position x/y */
   unsigned int gettileid(float x, float y) const;
   /** returns the id of the tile at position x,y