Skip to content

Commit

Permalink
Merge pull request kodi-pvr#295 from AlwinEsch/remove-not-used-part
Browse files Browse the repository at this point in the history
Remove not used part
  • Loading branch information
AlwinEsch committed Apr 29, 2017
2 parents 2993f43 + 0e0cd45 commit 4188daa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@ void ADDON_Destroy()
m_CurStatus = ADDON_STATUS_UNKNOWN;
}

bool ADDON_HasSettings()
{
return true;
}

unsigned int ADDON_GetSettings
(ADDON_StructSetting ***_unused(sSet))
{
return 0;
}

ADDON_STATUS ADDON_SetSetting
(const char *settingName, const void *settingValue)
{
Expand All @@ -161,10 +150,6 @@ void ADDON_Stop()
{
}

void ADDON_FreeSettings()
{
}

void OnSystemSleep()
{
if (tvh)
Expand Down

0 comments on commit 4188daa

Please sign in to comment.