summaryrefslogtreecommitdiff
path: root/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h')
-rw-r--r--multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h b/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h
deleted file mode 100644
index f17fdf090058..000000000000
--- a/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/xine/k9xineplayer.h.orig
-+++ src/xine/k9xineplayer.h
-@@ -68,6 +68,7 @@ public:
- int positionAbs() {return m_posabs ;}
- int length() {return m_length;}
- xine_stream_t *getStream() { return stream;}
-+ xine_video_port_t *getPort() { return vo_port;}
- bool isRunning() {return running;}
- WId wid() const { return m_wid;}
- QString title() const {return m_title;}