summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gidl.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gidl.c')
-rw-r--r--glib/dbus-gidl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/glib/dbus-gidl.c b/glib/dbus-gidl.c
index c1a1f6dc..d64e95a7 100644
--- a/glib/dbus-gidl.c
+++ b/glib/dbus-gidl.c
@@ -197,12 +197,6 @@ method_info_get_args (MethodInfo *info)
return info->args;
}
-MethodStyle
-method_info_get_style (MethodInfo *info)
-{
- return info->style;
-}
-
void
method_info_add_arg (MethodInfo *info,
ArgInfo *arg)