X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..9654efd3327fcb6b6e3d8d803ea80f08904f1197:/demos/forty/pile.cpp?ds=sidebyside diff --git a/demos/forty/pile.cpp b/demos/forty/pile.cpp index d9e1fad034..e9ddfdbf48 100644 --- a/demos/forty/pile.cpp +++ b/demos/forty/pile.cpp @@ -15,11 +15,6 @@ //| The base class for holding piles of playing cards. | //+-------------------------------------------------------------+ -#ifdef __GNUG__ -#pragma implementation -#pragma interface -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" @@ -30,9 +25,6 @@ #ifndef WX_PRECOMP #include "wx/wx.h" #endif -#ifdef __GNUG__ -#pragma implementation -#endif #include #include @@ -298,9 +290,3 @@ bool Pile::Overlap(int x, int y) } return false; } - - -Pile::~Pile() -{ -// nothing special at the moment -}