diff options
Diffstat (limited to 'lib/efl/elm/elm_anchorblock.rb')
-rw-r--r-- | lib/efl/elm/elm_anchorblock.rb | 22 |
1 files changed, 0 insertions, 22 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 |