From ee9b373c642d0d50fb7ac29c22d17c19e09ebc5d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 12 Jan 2014 16:56:31 +0100 Subject: [PATCH] timerdclient: remove EVT_NEXTPROGRAM ...and EVT_ANNOUNCE_NEXTPROGRAM. These are only internal API, so no incompatibility should occur. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e2bcee0a0f57471677623149aa0100b2f1c0adfb Author: Stefan Seyfried Date: 2014-01-12 (Sun, 12 Jan 2014) --- lib/timerdclient/timerdclient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/timerdclient/timerdclient.h b/lib/timerdclient/timerdclient.h index 538ac3351..89ef81d84 100644 --- a/lib/timerdclient/timerdclient.h +++ b/lib/timerdclient/timerdclient.h @@ -48,8 +48,6 @@ class CTimerdClient:private CBasicClient EVT_ANNOUNCE_SHUTDOWN, EVT_ZAPTO, EVT_ANNOUNCE_ZAPTO, - EVT_NEXTPROGRAM, - EVT_ANNOUNCE_NEXTPROGRAM, EVT_STANDBY_ON, EVT_STANDBY_OFF, EVT_RECORD_START,