make some tiles (top of pipes, top of snowbg) unisolid as that feels better in levels...
[supertux.git] / src / gui / button.h
index 6fc2249..700dbf0 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef SUPERTUX_BUTTON_H
 #define SUPERTUX_BUTTON_H
 
@@ -29,8 +28,6 @@
 
 class Surface;
 
-namespace SuperTux
-  {
 class ButtonGroup;
 
 enum {
@@ -91,6 +88,4 @@ private:
   int buttons_pair_nb;
 };
 
-} //namespace SuperTux
-
 #endif