[Xcb] [PATCH 4/7] Removed prototype for obsolete xpybReply_populate routine.

Alex Plotnick shrike at netaxs.com
Wed Feb 29 08:59:54 PST 2012


---
 src/reply.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/reply.h b/src/reply.h
index a1a42af..ba40b00 100644
--- a/src/reply.h
+++ b/src/reply.h
@@ -9,8 +9,6 @@ typedef struct {
 
 extern PyTypeObject xpybReply_type;
 
-int xpybReply_populate(xpybReply *self, xcb_generic_reply_t *data);
-
 int xpybReply_modinit(PyObject *m);
 
 #endif
-- 
1.7.6



More information about the Xcb mailing list