diff options
Diffstat (limited to 'mono/Arguments.cs')
| -rw-r--r-- | mono/Arguments.cs | 16 | 
1 files changed, 0 insertions, 16 deletions
diff --git a/mono/Arguments.cs b/mono/Arguments.cs index ac88d6a7..0df205c3 100644 --- a/mono/Arguments.cs +++ b/mono/Arguments.cs @@ -170,22 +170,6 @@ namespace DBus        return constructor;      } -    // Get the signature of a method -    public static string ParseParameters(MethodInfo method)  -    { -      ParameterInfo[] pars = method.GetParameters(); -      string key = ""; -  -      foreach (ParameterInfo par in pars) { -	if (!par.IsOut) { -	  Type dbusType = MatchType(par.ParameterType); -	  key += GetCode(dbusType); -	} -      } - -      return key; -    }  -      // Get the type code for a given D-BUS type      public static char GetCode(Type dbusType)       {  | 
