diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-04-20 13:57:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 13:57:56 +0100 |
commit | 0f48db6398dd573476d173be811eef45169e4259 (patch) | |
tree | d1ab0b293ba3463036af74090263ed3f3114c042 /mpv.py | |
parent | 87559cde89e0b6aff2bab80298552397f3f4bfbb (diff) | |
download | python-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.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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), |