diff options
author | Jeevaka Badrappan <jeevaka.badrappan@elektrobit.com> | 2011-02-11 09:13:59 -0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-02-11 11:15:47 -0600 |
commit | 61b94cbc8e246d6991315e33be649ad68e5a8a4b (patch) | |
tree | 7a73702cd819cd4cef0dc7d7a5fccb3ed5863693 /doc | |
parent | d10a48e4e5447e91595ecfc577d25cb5c1f36915 (diff) |
doc: remove unused GetIcon from SimToolKit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stk-api.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 054821b1..529c734a 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -10,14 +10,6 @@ Methods dict GetProperties() Returns properties for the SimToolkit object. See the properties section for available properties. - array{byte} GetIcon(byte id) - - Returns the icon data for icon identified by id. - - Possible Errors: [service].Error.InvalidArguments - [service].Error.InvalidFormat - [service].Error.NotFound - void SelectItem(byte item, object agent) Selects an item from the main menu, thus triggering |