Skip to content

Commit

Permalink
Remove not used part
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Apr 26, 2017
1 parent 2993f43 commit 0e0cd45
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 0e0cd45

Please sign in to comment.