diff options
Diffstat (limited to 'src/gui/widgets/windowcontainer.h')
-rw-r--r-- | src/gui/widgets/windowcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/windowcontainer.h b/src/gui/widgets/windowcontainer.h index a2c285cb..a1a4b14c 100644 --- a/src/gui/widgets/windowcontainer.h +++ b/src/gui/widgets/windowcontainer.h @@ -45,11 +45,6 @@ class WindowContainer : public Container */ void scheduleDelete(gcn::Widget *widget); - /** - * Get the number of widget instances - */ - int getNumberOfInstances() { return mDeathList.size(); } - private: /** * List of widgets that are scheduled to be deleted. |