summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/edbus.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-03 15:21:45 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-03 15:21:45 +0100
commit057e42513f70ea8866fe21c5e9098a45bbacc366 (patch)
treeddaa0178ac6992048a279c4694d3d2b65aeb9267 /lib/efl/native/edbus.rb
parent98a5bf3a12710e2052cf3aeb86535476024a1f8a (diff)
downloadffi-efl-057e42513f70ea8866fe21c5e9098a45bbacc366.zip
ffi-efl-057e42513f70ea8866fe21c5e9098a45bbacc366.tar.gz
edbus: remove missing symbol E_DBUS_DOMAIN_GLOBAL
Diffstat (limited to 'lib/efl/native/edbus.rb')
-rw-r--r--lib/efl/native/edbus.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efl/native/edbus.rb b/lib/efl/native/edbus.rb
index 55d56d2..cae3ef0 100644
--- a/lib/efl/native/edbus.rb
+++ b/lib/efl/native/edbus.rb
@@ -56,8 +56,6 @@ module Efl
# VARIABLES
# EAPI extern E_DBus_Version *e_dbus_version;
attach_variable :e_dbus_version, :e_dbus_version
- # EAPI extern int E_DBUS_DOMAIN_GLOBAL;
- attach_variable :E_DBUS_DOMAIN_GLOBAL, :int
# EAPI extern int E_DBUS_EVENT_SIGNAL;
attach_variable :E_DBUS_EVENT_SIGNAL, :int
#