projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update from Martin Srebotnjak
[wxWidgets.git]
/
demos
/
forty
/
pile.cpp
diff --git
a/demos/forty/pile.cpp
b/demos/forty/pile.cpp
index d9e1fad034d2cf93250a7ac8caf2492ddbce6d47..e1b85d50d45fa4ffc069090d3017f7b4bc83a29a 100644
(file)
--- a/
demos/forty/pile.cpp
+++ b/
demos/forty/pile.cpp
@@
-298,9
+298,3
@@
bool Pile::Overlap(int x, int y)
}
return false;
}
}
return false;
}
-
-
-Pile::~Pile()
-{
-// nothing special at the moment
-}