[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / windowing / gbm / VideoLayerBridge.h
blob70705672f8bcbc42373b21ad7b4bb4767ae7d784
1 /*
2 * Copyright (C) 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 #pragma once
11 namespace KODI
13 namespace WINDOWING
15 namespace GBM
18 class CVideoLayerBridge
20 public:
21 virtual ~CVideoLayerBridge() = default;
22 virtual void Disable() {}