Fix compiler errors

This commit is contained in:
Sara Damiano
2018-09-10 15:34:04 -04:00
parent 63ed6fafb7
commit 5d3cc777b4
4 changed files with 6 additions and 5 deletions

View File

@@ -250,8 +250,6 @@ public:
*/
virtual bool restart() = 0;
virtual bool poweroff() { return false; }
virtual bool radioOff() { return false; }
virtual bool sleepEnable(bool enable = true) { return false; }
/*