Revert "[Tizen][ATSPI] Accessibility initial implementation"
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / common / adaptor-impl.h
index 2476136..27508e6 100644 (file)
 namespace Dali
 {
 
-namespace Accessibility
-{
-class Bridge;
-}
-
 class RenderSurface;
 class Window;
 
@@ -608,18 +603,8 @@ private: // Data
   SocketFactory                         mSocketFactory;               ///< Socket factory
   const bool                            mEnvironmentOptionsOwned:1;   ///< Whether we own the EnvironmentOptions (and thus, need to delete it)
   bool                                  mUseRemoteSurface;            ///< whether the remoteSurface is used or not
-
-  class AccessibilityObserver : public ConnectionTracker
-  {
-  public:
-    std::shared_ptr< Dali::Accessibility::Bridge > atspiBridge;
-
-    void OnAccessibleKeyEvent( const KeyEvent& event );
-  };
-  AccessibilityObserver accessibilityObserver;
-
 public:
-  inline static Adaptor& GetImplementation(Dali::Adaptor& adaptor) { return *adaptor.mImpl; }
+  inline static Adaptor& GetImplementation(Dali::Adaptor& adaptor) {return *adaptor.mImpl;}
 };
 
 } // namespace Internal