From 8c2f3d46390d2f44d2fcd58cd4f39ad621e6b3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 7 Mar 2012 00:48:12 +0100 Subject: remove anchorblock and anchorview --- tools/extract-api.sh | 2 -- tools/genruby.rb | 2 -- 2 files changed, 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') -- cgit v1.1-2-g2b99