summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Telegram/SourceFiles/platform/linux/linux_xlib_helper.h')
-rw-r--r--Telegram/SourceFiles/platform/linux/linux_xlib_helper.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h b/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
deleted file mode 100644
index abd1720663..0000000000
--- a/Telegram/SourceFiles/platform/linux/linux_xlib_helper.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-This file is part of Telegram Desktop,
-the official desktop application for the Telegram messaging service.
-
-For license and copyright information please follow this link:
-https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
-*/
-#pragma once
-
-namespace Platform {
-namespace internal {
-
-class XErrorHandlerRestorer {
-public:
- XErrorHandlerRestorer();
- ~XErrorHandlerRestorer();
-
-private:
- class Private;
- const std::unique_ptr<Private> _private;
-};
-
-} // namespace internal
-} // namespace Platform