diff options
-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 2d719a6..3750cac 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 fe252b3..f0f546a 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') |