summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-05 19:45:08 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 11:24:41 +0100
commit26f73cc05e80cf9192fca663cd4807da2bf67adf (patch)
tree80bb2e7a4b8417fd0af5fc22c089fc647bf41176 /media-plugins/vdr-vcd/files
parentmedia-plugins/vdr-undelete: remove unused patch (diff)
downloadgentoo-26f73cc05e80cf9192fca663cd4807da2bf67adf.tar.gz
gentoo-26f73cc05e80cf9192fca663cd4807da2bf67adf.tar.bz2
gentoo-26f73cc05e80cf9192fca663cd4807da2bf67adf.zip
media-plugins/vdr-vcd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3338
Diffstat (limited to 'media-plugins/vdr-vcd/files')
-rw-r--r--media-plugins/vdr-vcd/files/vdr-vcd-0.7-vdr-1.5.diff33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-plugins/vdr-vcd/files/vdr-vcd-0.7-vdr-1.5.diff b/media-plugins/vdr-vcd/files/vdr-vcd-0.7-vdr-1.5.diff
deleted file mode 100644
index 1daefefd2431..000000000000
--- a/media-plugins/vdr-vcd/files/vdr-vcd-0.7-vdr-1.5.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -NaurwB vcd-0.7-1.4.5/menucontrol.c vcd-0.7-1.5.0/menucontrol.c
---- vcd-0.7-1.4.5/menucontrol.c 2006-07-05 15:09:23.000000000 +0200
-+++ vcd-0.7-1.5.0/menucontrol.c 2007-01-19 11:10:51.000000000 +0100
-@@ -63,7 +63,8 @@
- {
- if (visible) {
- delete displayReplay;
-- needsFastResponse = visible = false;
-+ visible = false;
-+ SetNeedsFastResponse(visible);
- modeOnly = false;
- }
- }
-@@ -170,7 +171,8 @@
- {
- if (visible) {
- delete displayReplay;
-- needsFastResponse = visible = false;
-+ visible = false;
-+ SetNeedsFastResponse(visible);
- modeOnly = false;
- lastPlay = lastForward = false;
- lastSpeed = -1;
-@@ -210,7 +212,8 @@
- if (GetIndex(Current, Total) && Total > 0) {
- if (!visible) {
- displayReplay = Skins.Current()->DisplayReplay(modeOnly);
-- needsFastResponse = visible = true;
-+ visible = true;
-+ SetNeedsFastResponse(visible);
- }
- if (Initial) {
- lastCurrent = lastTotal = -1;