API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Event.idl
index 2574a80..06ac8ee 100644 (file)
@@ -37,10 +37,8 @@ module Accessibility
   };
 
   interface EventListener : Bonobo::Unknown {
-    attribute long hash_id;
     oneway void notifyEvent (in Event e);
   };
-
 };
 
 #endif