X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..1296186133b677fdbaddfc1551b2b2c7321dac39:/demos/forty/pile.cpp 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 -}