summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-29 00:27:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-29 12:56:42 +0300
commit7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680 (patch)
treec9689b1b707b73a8a4e3cc5b24d9ca67765ef217 /src/client.h
parent1b500cb24655e2ad3e6c6fd20143ce0d2d070d6f (diff)
downloadplus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.gz
plus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.bz2
plus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.tar.xz
plus-7c74dc533ce120a27ac4b68acb1c5b2f6c5cc680.zip
Move openErrorDialog into DialogsManager.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
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();