From 6a579871d93c05630986f7d67bd670287ceba6de Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 19 Apr 2014 10:55:31 +0300 Subject: If it has been "not recommended currently" since 2007, it can go away Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4 --- include/toolkit/helper/accessibilityclient.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/toolkit/helper/accessibilityclient.hxx b/include/toolkit/helper/accessibilityclient.hxx index a3915aff907f..26d6f56df8a3 100644 --- a/include/toolkit/helper/accessibilityclient.hxx +++ b/include/toolkit/helper/accessibilityclient.hxx @@ -22,14 +22,8 @@ #include - namespace toolkit { - - - - //= AccessibilityClient - /** a client for the accessibility implementations which have been outsourced from the main toolkit library @@ -49,7 +43,6 @@ namespace toolkit public: AccessibilityClient(); - ~AccessibilityClient(); IAccessibleFactory& getFactory(); @@ -57,10 +50,8 @@ namespace toolkit void ensureInitialized(); }; - } // namespace toolkit - #endif // INCLUDED_TOOLKIT_HELPER_ACCESSIBILITYCLIENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit