diff options
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 825d9ddc..d4c611cc 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -56,11 +56,6 @@ public: */ const std::string &getText() const; - /** - * Set the OK button action id - */ - void setOKButtonActionId(const std::string &name); - static bool isActive() { return instances > 0; } private: |