diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-29 00:27:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-29 12:56:42 +0300 |
commit | 7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680 (patch) | |
tree | c9689b1b707b73a8a4e3cc5b24d9ca67765ef217 /src/client.h | |
parent | 1b500cb24655e2ad3e6c6fd20143ce0d2d070d6f (diff) | |
download | manaplus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.gz manaplus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.bz2 manaplus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.xz manaplus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.zip |
Move openErrorDialog into DialogsManager.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h index 4e891236f..06bc1faf0 100644 --- a/src/client.h +++ b/src/client.h @@ -245,10 +245,6 @@ public: void reloadWallpaper(); - Window *openErrorDialog(const std::string &header, - const std::string &message, - const bool modal); - private: static void createWindows(); |