mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
remove no more needed version functions
This commit is contained in:
parent
cd774b6edc
commit
1ced6b3fa4
@ -112,26 +112,6 @@ ADDON_STATUS ADDON_SetSetting(const char *settingName, const void *settingValue)
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
const char* GetPVRAPIVersion(void)
|
|
||||||
{
|
|
||||||
return XBMC_PVR_API_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
const char* GetMininumPVRAPIVersion(void)
|
|
||||||
{
|
|
||||||
return XBMC_PVR_MIN_API_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
const char* GetGUIAPIVersion(void)
|
|
||||||
{
|
|
||||||
return KODI_GUILIB_API_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
const char* GetMininumGUIAPIVersion(void)
|
|
||||||
{
|
|
||||||
return KODI_GUILIB_MIN_API_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
|
PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
|
||||||
{
|
{
|
||||||
pCapabilities->bSupportsTV = true;
|
pCapabilities->bSupportsTV = true;
|
||||||
@ -149,7 +129,7 @@ const char* GetBackendName(void)
|
|||||||
|
|
||||||
const char* GetBackendVersion(void)
|
const char* GetBackendVersion(void)
|
||||||
{
|
{
|
||||||
return XBMC_PVR_API_VERSION;
|
return STR(OCTONET_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* GetConnectionString(void)
|
const char* GetConnectionString(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user