diff options
Diffstat (limited to 'src/gui/npcpostdialog.h')
-rw-r--r-- | src/gui/npcpostdialog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/npcpostdialog.h b/src/gui/npcpostdialog.h index ad0053a3..248e4515 100644 --- a/src/gui/npcpostdialog.h +++ b/src/gui/npcpostdialog.h @@ -47,11 +47,6 @@ public: void setVisible(bool visible); /** - * Returns true if any instances exist. - */ - static bool isActive() { return instances.size() > 0; } - - /** * Closes all instances. */ static void closeAll(); |