Skip to content

Commit

Permalink
Removed prototype for obsolete xpybReply_populate routine.
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <julien@danjou.info>
  • Loading branch information
plotnick authored and jd committed Mar 8, 2012
1 parent 20c697b commit 9d38bf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reply.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d38bf4

Please sign in to comment.