diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 00:48:12 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 00:48:12 +0100 | 
| commit | 8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db (patch) | |
| tree | f7746b50cc1f674a83d2bee5a3d6b37dc3bf402f | |
| parent | 04170bc0a407b106a10576e51369f91dc95ce19f (diff) | |
| download | ffi-efl-8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db.zip ffi-efl-8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db.tar.gz  | |
remove anchorblock and anchorview
| -rwxr-xr-x | tools/extract-api.sh | 2 | ||||
| -rwxr-xr-x | tools/genruby.rb | 2 | 
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index f73b4dc..0702629 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -47,8 +47,6 @@ for header in \      "${INCLUDE}/elementary-0/elm_tooltip.h" \      "${INCLUDE}/elementary-0/elm_object.h" \      "${INCLUDE}/elementary-0/elm_object_item.h" \ -    "${INCLUDE}/elementary-0/elc_anchorblock.h" \ -    "${INCLUDE}/elementary-0/elc_anchorview.h" \      "${INCLUDE}/elementary-0/elc_ctxpopup.h" \      "${INCLUDE}/elementary-0/elc_fileselector_button.h" \      "${INCLUDE}/elementary-0/elc_fileselector_entry.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index bc2d1fe..15fd985 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -365,8 +365,6 @@ libs << elm_h('elm_icon.h', 'ElmIcon')  libs << elm_h('elm_scroller.h', 'ElmScroller')  libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"])  libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"]) -libs << elm_h('elc_anchorblock.h', 'ElmAnchorBlock') -libs << elm_h('elc_anchorview.h', 'ElmAnchorView')  libs << elm_h('elc_ctxpopup.h', 'ElmCtxPopup')  libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton')  libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry')  | 
