diff -r 761de581cf7a -r 44b35c27e9ff plugins/c_ext/c_ext.py --- a/plugins/c_ext/c_ext.py Tue Jan 31 00:41:46 2012 +0100 +++ b/plugins/c_ext/c_ext.py Tue Jan 31 23:28:03 2012 +0100 @@ -48,9 +48,6 @@ def CFileName(self): return os.path.join(self.PlugPath(), "cfile.xml") - def GetFilename(self): - return self.MandatoryParams[1].getName() - def GetBaseTypes(self): return self.GetPlugRoot().GetBaseTypes()