stanluk pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=75b3ce919c725cc394600683ef149302eb6db7c9

commit 75b3ce919c725cc394600683ef149302eb6db7c9
Author: Lukasz Stanislawski <l.stanisl...@samsung.com>
Date:   Wed Nov 25 14:02:25 2015 +0100

    atspi: remove useless "GetDefaultAttributeSet" method
    
    This method exists in atspi spec, however is not implemented
    in libatspi library. Drop it for now as it seems useless.
---
 src/lib/elm_atspi_bridge.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_atspi_bridge.c b/src/lib/elm_atspi_bridge.c
index 92ccd8a..6b08728 100644
--- a/src/lib/elm_atspi_bridge.c
+++ b/src/lib/elm_atspi_bridge.c
@@ -1832,7 +1832,6 @@ static const Eldbus_Method text_methods[] = {
    { "GetRangeExtents", ELDBUS_ARGS({"i", "startOffset"}, {"i", "endOffset"}, 
{"u", "coordType"}), ELDBUS_ARGS({"i", "x"}, {"i", "y"}, {"i","w"}, {"i","h"}), 
_text_range_extents_get, 0 },
    { "GetBoundedRanges", ELDBUS_ARGS({"i", "x"}, {"i", "y"}, {"i", "w"}, {"i", 
"h"}, {"u", "coordType"}, {"u", "xClipType"}, {"u", "yClipType"}), 
ELDBUS_ARGS({"a(issv)", NULL}), _text_bounded_ranges_get, 0 },
    { "GetAttributeRun", ELDBUS_ARGS({"i", "offset"}, {"b", 
"includeDefaults"}), ELDBUS_ARGS({"a(ss)", NULL}, {"i", "startOffset"}, {"i", 
"endOffset"}), _text_run_attributes_get, 0 },
-   { "GetDefaultAttributeSet", NULL, ELDBUS_ARGS({"a(ss)", NULL}), 
_text_default_attributes_get, 0 },
    { NULL, NULL, NULL, NULL, 0 }
 };
 

-- 


Reply via email to