X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgui%2Fbutton.h;h=700dbf079a6806d5e50e4a8d5ab0681146c3851a;hb=51bbae5942895f6efdd36a7ff3ae28ce897fb3c0;hp=6fc2249f420e3d86e6d4a0ef6f84a0925786e9b1;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/gui/button.h b/src/gui/button.h index 6fc2249f4..700dbf079 100644 --- a/src/gui/button.h +++ b/src/gui/button.h @@ -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