diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/extract-api.sh | 3 | ||||
-rwxr-xr-x | tools/genruby.rb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index 3750cac..0ac4f2f 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -72,9 +72,7 @@ for header in \ "${INCLUDE}/elementary-0/elm_cursor.h" \ "${INCLUDE}/elementary-0/elm_debug.h" \ "${INCLUDE}/elementary-0/elm_diskselector.h" \ - "${INCLUDE}/elementary-0/elm_engine.h" \ "${INCLUDE}/elementary-0/elm_entry.h" \ - "${INCLUDE}/elementary-0/elm_factory.h" \ "${INCLUDE}/elementary-0/elm_finger.h" \ "${INCLUDE}/elementary-0/elm_flip.h" \ "${INCLUDE}/elementary-0/elm_flipselector.h" \ @@ -103,7 +101,6 @@ for header in \ "${INCLUDE}/elementary-0/elm_notify.h" \ "${INCLUDE}/elementary-0/elm_panel.h" \ "${INCLUDE}/elementary-0/elm_panes.h" \ - "${INCLUDE}/elementary-0/elm_password.h" \ "${INCLUDE}/elementary-0/elm_photocam.h" \ "${INCLUDE}/elementary-0/elm_photo.h" \ "${INCLUDE}/elementary-0/elm_plug.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index f0f546a..ed0a6ab 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -389,8 +389,6 @@ libs << elm_h('elm_conform.h', 'ElmConform') libs << elm_h('elm_cursor.h', 'ElmCursor') libs << elm_h('elm_debug.h', 'ElmDebug') libs << elm_h('elm_diskselector.h', 'ElmDiskSelector', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"]) -libs << elm_h('elm_engine.h', 'ElmEngine') -libs << elm_h('elm_factory.h', 'ElmFactory') libs << elm_h('elm_finger.h', 'ElmFinger') libs << elm_h('elm_flip.h', 'ElmFlip') libs << elm_h('elm_flipselector.h', 'ElmFlipSelector') @@ -415,7 +413,6 @@ libs << elm_h('elm_need.h', 'ElmNeed') libs << elm_h('elm_notify.h', 'ElmNotify') libs << elm_h('elm_panel.h', 'ElmPanel') libs << elm_h('elm_panes.h', 'ElmPanes') -libs << elm_h('elm_password.h', 'ElmPassword') libs << elm_h('elm_photocam.h', 'ElmPhotoCam') libs << elm_h('elm_photo.h', 'ElmPhoto') libs << elm_h('elm_plug.h', 'ElmPlug') |