summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/Printingmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-04-27 15:08:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-04-27 15:08:39 (GMT)
commitaa70234c6b8e56a3bc6822e45fca4255e6c0d989 (patch)
tree266c231d3ba52c18be1659cb98e0a2e9fc34723e /Mac/Modules/Printingmodule.c
parentd38dc64a8dccf9cecc5213496b0ae2914943eb2f (diff)
downloadcpython-aa70234c6b8e56a3bc6822e45fca4255e6c0d989.zip
cpython-aa70234c6b8e56a3bc6822e45fca4255e6c0d989.tar.gz
cpython-aa70234c6b8e56a3bc6822e45fca4255e6c0d989.tar.bz2
New versions from Just.
Diffstat (limited to 'Mac/Modules/Printingmodule.c')
-rw-r--r--Mac/Modules/Printingmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/Printingmodule.c b/Mac/Modules/Printingmodule.c
index e4cac9b..94d05a6 100644
--- a/Mac/Modules/Printingmodule.c
+++ b/Mac/Modules/Printingmodule.c
@@ -435,7 +435,7 @@ static struct PyMethodDef Pr_methods[] = {
{"PrOpenPage", (PyCFunction)Pr_PrOpenPage, METH_VARARGS, Pr_PrOpenPage__doc__},
{"PrClosePage", (PyCFunction)Pr_PrClosePage, METH_VARARGS, Pr_PrClosePage__doc__},
{"PrPicFile", (PyCFunction)Pr_PrPicFile, METH_VARARGS, Pr_PrPicFile__doc__},
- {"PrGeneral", (PyCFunction)Pr_PrGeneral, METH_VARARGS, Pr_PrGeneral__doc__},
+// {"PrGeneral", (PyCFunction)Pr_PrGeneral, METH_VARARGS, Pr_PrGeneral__doc__},
{"PrDrvrVers", (PyCFunction)Pr_PrDrvrVers, METH_VARARGS, Pr_PrDrvrVers__doc__},
{NULL, (PyCFunction)NULL, 0, NULL} /* sentinel */