Remove 2 deprecate PyCFunction

This commit is contained in:
andrea
2022-07-11 19:59:05 +02:00
committed by Uwe
parent 52fafd16ec
commit 513661772a
3 changed files with 2 additions and 6 deletions

View File

@@ -66,10 +66,6 @@ PyMethodDef Application::Methods[] = {
"Change the import module name of a registered filetype"},
{"getImportType", (PyCFunction) Application::sGetImportType, METH_VARARGS,
"Get the name of the module that can import the filetype"},
{"EndingAdd", (PyCFunction) Application::sAddImportType, METH_VARARGS, // deprecated
"deprecated -- use addImportType"},
{"EndingGet", (PyCFunction) Application::sGetImportType, METH_VARARGS, // deprecated
"deprecated -- use getImportType"},
{"addExportType", (PyCFunction) Application::sAddExportType, METH_VARARGS,
"Register filetype for export"},
{"changeExportModule", (PyCFunction) Application::sChangeExportModule, METH_VARARGS,