diff options
author | Szabolcs Toth <szabolcs450@gmail.com> | 2019-08-12 10:58:40 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2019-09-04 09:12:32 +0200 |
commit | 5bfa8b8d5e1cf3cb572dbd91bf3b0cfcf29fb65a (patch) | |
tree | fae59caf6125e6fc9e88f04c74a0df5275e84a0b /vcl/inc/salinst.hxx | |
parent | e8b3df5b9b0eb0a93c25b6dc2e445ae44a7e3f78 (diff) |
tdf#118314 Code clean up on imestatuswindow
Change-Id: I8bc5a73a91f28fcfd22ef716e9cf87d53997b1ad
Reviewed-on: https://gerrit.libreoffice.org/77337
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 5ac470b3eb0a..f8935baf218a 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -65,7 +65,6 @@ class SalInfoPrinter; class SalPrinter; class SalTimer; class ImplPrnQueueList; -class SalI18NImeStatus; class SalSystem; class SalBitmap; struct SalItemParams; @@ -128,9 +127,6 @@ public: // SalTimer virtual SalTimer* CreateSalTimer() = 0; - // interface to ime status window, only used by the X11 backend - virtual std::unique_ptr<SalI18NImeStatus> - CreateI18NImeStatus(); // SalSystem virtual SalSystem* CreateSalSystem() = 0; // SalBitmap |