Skip to content

Commit

Permalink
Merge pull request xbmc#10972 from AlwinEsch/binary-addon-rework-part12
Browse files Browse the repository at this point in the history
[addon] remove not needed header comment in CScreenSaver
  • Loading branch information
AlwinEsch authored Dec 10, 2016
2 parents c23f7d8 + 30ab48f commit b69b0f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/addons/ScreenSaver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class CScreenSaver : public ADDON::CAddonDll<DllScreenSaver, ScreenSaver, SCR_PR
virtual ~CScreenSaver() {}
virtual bool IsInUse() const;

// Things that MUST be supplied by the child classes
bool CreateScreenSaver();
void Start();
void Render();
Expand Down

0 comments on commit b69b0f1

Please sign in to comment.