summaryrefslogtreecommitdiff
path: root/audio/py-ao/files/patch-src_aomodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-ao/files/patch-src_aomodule.h')
-rw-r--r--audio/py-ao/files/patch-src_aomodule.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/py-ao/files/patch-src_aomodule.h b/audio/py-ao/files/patch-src_aomodule.h
deleted file mode 100644
index 1c1fda4b7020..000000000000
--- a/audio/py-ao/files/patch-src_aomodule.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/aomodule.h.orig 2003-07-24 06:58:07 UTC
-+++ src/aomodule.h
-@@ -9,6 +9,7 @@
- typedef struct {
- PyObject_HEAD
- ao_device *dev;
-+ uint32_t driver_id;
- } ao_Object;
-
- static PyObject *Py_aoError;