diff options
Diffstat (limited to 'lib/efl/elm')
-rw-r--r-- | lib/efl/elm/elm_anchorblock.rb | 22 | ||||
-rw-r--r-- | lib/efl/elm/elm_anchorview.rb | 22 |
2 files changed, 0 insertions, 44 deletions
diff --git a/lib/efl/elm/elm_anchorblock.rb b/lib/efl/elm/elm_anchorblock.rb deleted file mode 100644 index bd50a7b..0000000 --- a/lib/efl/elm/elm_anchorblock.rb +++ /dev/null @@ -1,22 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/elm/elm_object' -require 'efl/native/elm/elm_anchorblock' -# -module Efl - # - module Elm - # - class ElmAnchorBlock < ElmObject - # - include Helper - constructor :elm_anchorblock_add - search_prefixes 'elm_anchorblock_' - # - end - # - end -end -# -# EOF diff --git a/lib/efl/elm/elm_anchorview.rb b/lib/efl/elm/elm_anchorview.rb deleted file mode 100644 index 93296a0..0000000 --- a/lib/efl/elm/elm_anchorview.rb +++ /dev/null @@ -1,22 +0,0 @@ -#! /usr/bin/env ruby -# -*- coding: UTF-8 -*- -# -require 'efl/elm/elm_object' -require 'efl/native/elm/elm_anchorview' -# -module Efl - # - module Elm - # - class ElmAnchorView < ElmObject - # - include Helper - constructor :elm_anchorview_add - search_prefixes 'elm_anchorview_' - # - end - # - end -end -# -# EOF |