diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/extract-api.sh | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index f73b4dc..2d719a6 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -103,7 +103,6 @@ for header in \ "${INCLUDE}/elementary-0/elm_mirroring.h" \ "${INCLUDE}/elementary-0/elm_need.h" \ "${INCLUDE}/elementary-0/elm_notify.h" \ - "${INCLUDE}/elementary-0/elm_pager.h" \ "${INCLUDE}/elementary-0/elm_panel.h" \ "${INCLUDE}/elementary-0/elm_panes.h" \ "${INCLUDE}/elementary-0/elm_password.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index bc2d1fe..dd7aacf 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -415,7 +415,6 @@ libs << elm_h('elm_menu.h', 'ElmMenu') libs << elm_h('elm_mirroring.h', 'ElmMirroring') libs << elm_h('elm_need.h', 'ElmNeed') libs << elm_h('elm_notify.h', 'ElmNotify') -libs << elm_h('elm_pager.h', 'ElmPager') libs << elm_h('elm_panel.h', 'ElmPanel') libs << elm_h('elm_panes.h', 'ElmPanes') libs << elm_h('elm_password.h', 'ElmPassword') |