public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vcd/files/
@ 2017-01-15 10:25 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-15 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     26f73cc05e80cf9192fca663cd4807da2bf67adf
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jan  5 18:45:08 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:24:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f73cc0

media-plugins/vdr-vcd: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3338

 .../vdr-vcd/files/vdr-vcd-0.7-vdr-1.5.diff         | 33 ----------------------
 1 file changed, 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 1daefef..00000000
--- 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;


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-15 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 10:25 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vcd/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox