X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..b04093c949b167780465008be80b273b25c28e3a:/demos/forty/pile.cpp?ds=sidebyside diff --git a/demos/forty/pile.cpp b/demos/forty/pile.cpp index d9e1fad034..e1b85d50d4 100644 --- a/demos/forty/pile.cpp +++ b/demos/forty/pile.cpp @@ -298,9 +298,3 @@ bool Pile::Overlap(int x, int y) } return false; } - - -Pile::~Pile() -{ -// nothing special at the moment -}