summaryrefslogtreecommitdiff
path: root/mpv.py
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-04-20 13:57:56 +0100
committerGitHub <noreply@github.com>2022-04-20 13:57:56 +0100
commit0f48db6398dd573476d173be811eef45169e4259 (patch)
treed1ab0b293ba3463036af74090263ed3f3114c042 /mpv.py
parent87559cde89e0b6aff2bab80298552397f3f4bfbb (diff)
downloadpython-mpv-0f48db6398dd573476d173be811eef45169e4259.tar.gz
python-mpv-0f48db6398dd573476d173be811eef45169e4259.tar.bz2
python-mpv-0f48db6398dd573476d173be811eef45169e4259.zip
Remove MpvSubApi wrapper
Diffstat (limited to 'mpv.py')
-rw-r--r--mpv.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpv.py b/mpv.py
index 83a4150..3523cf7 100644
--- a/mpv.py
+++ b/mpv.py
@@ -390,9 +390,6 @@ MpvNodeList._fields_ = [('num', c_int),
('values', POINTER(MpvNode)),
('keys', POINTER(c_char_p))]
-class MpvSubApi(c_int):
- MPV_SUB_API_OPENGL_CB = 1
-
class MpvEvent(Structure):
_fields_ = [('event_id', MpvEventID),
('error', c_int),