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 /tools/extract-api.sh | |
parent | 04170bc0a407b106a10576e51369f91dc95ce19f (diff) | |
download | ffi-efl-8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db.zip ffi-efl-8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db.tar.gz |
remove anchorblock and anchorview
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 2 |
1 files changed, 0 insertions, 2 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" \ |