summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 18:03:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 18:03:12 +0100
commit5d7c9757c9d5d9ec562ab8961061077e26c12043 (patch)
tree375cd3201ace69192cf38deffbb2cdf509d2bcc8 /tools/genruby.rb
parent0c19c3c009399cef315c204a44e8ea9b4ca64fae (diff)
downloadffi-efl-5d7c9757c9d5d9ec562ab8961061077e26c12043.zip
ffi-efl-5d7c9757c9d5d9ec562ab8961061077e26c12043.tar.gz
remove elm_widget*
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index f72b6f1..fe252b3 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -439,7 +439,6 @@ libs << elm_h('elm_toolbar.h', 'ElmToolbar', ["#{NATIVE}/elementary","#{NATIVE}/
libs << elm_h('elm_transit.h', 'ElmTransit')
libs << elm_h('elm_video.h', 'ElmVideo')
libs << elm_h('elm_web.h', 'ElmWeb')
-#libs << elm_h('elm_widget.h', 'ElmWidget')
libs << elm_h('elm_win.h', 'ElmWin')
Dir.mkdir lib_path unless (File.exists? lib_path)