summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_anchorview.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/elm/elm_anchorview.rb')
-rw-r--r--lib/efl/elm/elm_anchorview.rb22
1 files changed, 0 insertions, 22 deletions
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