[SCM] kodi-pvr-hts/master: drop unused UPDATE macro

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:44 UTC 2016


The following commit has been merged in the master branch:
commit 6edbc2e8737697b92e0fdc115a3bf7d870b9b8ee
Author: Sam Stenvall <neggelandia at gmail.com>
Date:   Sun Jul 26 20:33:20 2015 +0300

    drop unused UPDATE macro

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index df88efc..17cca59 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -32,13 +32,6 @@ extern "C" {
 #include "libhts/htsmsg_binary.h"
 }
 
-#define UPDATE(x, y)\
-if ((x) != (y))\
-{\
-  (x) = (y);\
-  update = true;\
-}
-
 using namespace std;
 using namespace ADDON;
 using namespace PLATFORM;

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list