summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-19 10:55:31 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-19 10:55:31 +0300
commit6a579871d93c05630986f7d67bd670287ceba6de (patch)
tree0c01e7f449400da98eedfe40ce0b7a705280e48c /include
parent652ef6e3131358e9d83dc45d2cbd90bf207a3aaf (diff)
If it has been "not recommended currently" since 2007, it can go away
Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4
Diffstat (limited to 'include')
-rw-r--r--include/toolkit/helper/accessibilityclient.hxx9
1 files changed, 0 insertions, 9 deletions
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 <toolkit/helper/accessiblefactory.hxx>
-
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: */