summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2008-05-13 23:53:05 +0200
committerscoder <none@none>2008-05-13 23:53:05 +0200
commitcefb26ae5ade6cc0e1fae1f2cd287bbac6ef01ee (patch)
tree27ea683fec164b442c7656413f4c44ab0b2143c5 /src/lxml/python.pxd
parent8deb294b65c5cf028ae54d3543a4c7a2ab703cfb (diff)
downloadpython-lxml-cefb26ae5ade6cc0e1fae1f2cd287bbac6ef01ee.tar.gz
[svn r3673] r4209@delle: sbehnel | 2008-05-13 22:28:56 +0200
simplification --HG-- branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 36ead488..acbfb1b0 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -21,8 +21,6 @@ cdef extern from "Python.h":
pass
cdef FILE* PyFile_AsFile(object p)
- cdef int PyFile_Check(object p)
- cdef object PyFile_Name(object p)
cdef int PyUnicode_Check(object obj)
cdef int PyString_Check(object obj)