diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:10:48 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:10:48 +0100 |
commit | ef60728db6f5c98ea6534f19ad0b0098fe66ca8c (patch) | |
tree | 38dddeee2a2c67415c0ae37a9ed2895e8be4c7bc /tools/genruby.rb | |
parent | 53579f8ec711675c2b304f9a616feac72fcaa0a9 (diff) | |
download | ffi-efl-ef60728db6f5c98ea6534f19ad0b0098fe66ca8c.zip ffi-efl-ef60728db6f5c98ea6534f19ad0b0098fe66ca8c.tar.gz |
tools/genruby.rb,elementary_all.rb: remove elm_authors.h and elm_intro.h
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index fa27591..e98ca16 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -376,7 +376,6 @@ libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry') libs << elm_h('elc_naviframe.h', 'ElmNaviFrame') libs << elm_h('elm_actionslider.h', 'ElmActionSlider') #libs << elm_h('elm_app.h', 'ElmX') -#libs << elm_h('elm_authors.h', 'ElmX') libs << elm_h('elm_bg.h', 'ElmBg') libs << elm_h('elm_box.h', 'ElmBox') libs << elm_h('elm_bubble.h', 'ElmBubble') @@ -409,7 +408,6 @@ libs << elm_h('elm_grid.h', 'ElmGrid') libs << elm_h('elm_hover.h', 'ElmHover') libs << elm_h('elm_image.h', 'ElmImage') libs << elm_h('elm_index.h', 'ElmIndex') -#libs << elm_h('elm_intro.h', 'ElmX') libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"]) libs << elm_h('elm_layout.h', 'ElmLayout') #libs << elm_h('elm_mapbuf.h', 'ElmX') |