[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / windowing / windows / Win32DPMSSupport.h
blob75c192f0362251c9c16ac1f9cfe29e9ecdf30812
1 /*
2 * Copyright (C) 2009-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "xbmc/powermanagement/DPMSSupport.h"
11 class CWin32DPMSSupport : public CDPMSSupport
13 public:
14 CWin32DPMSSupport();
15 ~CWin32DPMSSupport() = default;
17 protected:
18 bool EnablePowerSaving(PowerSavingMode mode) override;
19 bool DisablePowerSaving() override;