summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:40:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:40:56 +0100
commit370f6128fdfbbd88016b8abb198577a0ae8b52d4 (patch)
tree48357bbbea591cc6fdcd302d3e2e082ed9dea132 /lib/efl/elm
parent0c899cabaa0bb264c7d2c57ae6510d069796dd2d (diff)
downloadffi-efl-370f6128fdfbbd88016b8abb198577a0ae8b52d4.zip
ffi-efl-370f6128fdfbbd88016b8abb198577a0ae8b52d4.tar.gz
remove anchorblack and anchorview ruby files
Diffstat (limited to 'lib/efl/elm')
-rw-r--r--lib/efl/elm/elm_anchorblock.rb22
-rw-r--r--lib/efl/elm/elm_anchorview.rb22
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