summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/schedules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/schedules.cpp')
-rw-r--r--p2pvr/daemon/schedules.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/p2pvr/daemon/schedules.cpp b/p2pvr/daemon/schedules.cpp
index f5aaad1..4ced9a7 100644
--- a/p2pvr/daemon/schedules.cpp
+++ b/p2pvr/daemon/schedules.cpp
@@ -55,43 +55,6 @@ typedef std::vector<RecordPtr> Records;
template<>
void
-CreateColumns<P2PVR::ScheduledToRecordPtr>(const ColumnCreator & cc)
-{
- cc("eventuid", true);
- cc("scheduleid", true);
-}
-
-template<>
-void
-CreateColumns<P2PVR::ScheduleCandidatePtr>(const ColumnCreator & cc)
-{
- cc("what", true);
- cc("serviceid", false);
- cc("eventuid", false);
- cc("transportstreamid", false);
- cc("starttime", false);
- cc("stoptime", false);
- cc("priority", false);
- cc("scheduleid", false);
-}
-
-template<>
-void
-CreateColumns<P2PVR::SchedulePtr>(const ColumnCreator & cc)
-{
- cc("scheduleid", true);
- cc("serviceid", false);
- cc("eventuid", false);
- cc("title", false);
- cc("search", false);
- cc("priority", false);
- cc("early", false);
- cc("late", false);
- cc("repeats", false);
-}
-
-template<>
-void
CreateColumns<RecordPtr>(const ColumnCreator & cc)
{
cc("eventuid", true);