summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2020-12-10 06:32:30 +0400
committerJohn Preston <johnprestonmail@gmail.com>2020-12-10 07:15:39 +0300
commit05147016b072e690359d70dbfa1f98195ad2d8ee (patch)
tree7e7387c0e1f98d8ea1c19ff6b9081c72c47d2f55 /Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
parent3297bdadb564da8143dabae46b53e35e126b41fa (diff)
Simplify XErrorHandlerRestorer API
Diffstat (limited to 'Telegram/SourceFiles/platform/linux/linux_xlib_helper.h')
-rw-r--r--Telegram/SourceFiles/platform/linux/linux_xlib_helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h b/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
index 65ad563105..def4c9bbaa 100644
--- a/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
+++ b/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
@@ -16,9 +16,6 @@ public:
XErrorHandlerRestorer();
~XErrorHandlerRestorer();
- void save();
- void restore();
-
private:
class Private;
const std::unique_ptr<Private> _private;