From df3d926cb2da067f323d3fd839bbcd759ddf92c4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 22:04:20 +0000 Subject: rming almost all the old python stuffs --- openbox/clientwrap.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 openbox/clientwrap.h (limited to 'openbox/clientwrap.h') diff --git a/openbox/clientwrap.h b/openbox/clientwrap.h deleted file mode 100644 index b20ca914..00000000 --- a/openbox/clientwrap.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef __clientwrap_h -#define __clientwrap_h - -#include - -struct Client; - -/* ClientWrap is a PyObject */ -typedef struct ClientWrap { - PyObject_HEAD - struct Client *client; -} ClientWrap; - -void clientwrap_startup(); -void clientwrap_shutdown(); - -PyObject *clientwrap_new(struct Client *client); - -#endif -- cgit v1.2.3