Most of the time chanInfo is used to do something in channelrecpriority.

From: Erik Hovland <erik@hovland.org>

But this code does not. Since it was likely copied from somewhere else
this oversight seems to have crept in. This patch removes that
extra call.
---

 programs/mythfrontend/channelrecpriority.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/programs/mythfrontend/channelrecpriority.cpp b/programs/mythfrontend/channelrecpriority.cpp
index e56d053..5ed8906 100644
--- a/programs/mythfrontend/channelrecpriority.cpp
+++ b/programs/mythfrontend/channelrecpriority.cpp
@@ -548,8 +548,6 @@ void ChannelRecPriority::SortList()
         // find recPriorityInfo[i] in cdCopy
         for (j = 0, pit = cdCopy.begin(); j !=recPriorityInfo->cnt; j++, ++pit);
 
-        chanInfo = &(pit.data());
-
         // put back into channelData
         channelData[QString::number(999-i)] = pit.data();
 
