X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..ddc80eb4eb7e96ff23ebe329283bb2b940dd1df2:/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 -}