video_core: Amend misplaced forward declarations

ShaderProgramManager was placed within the wrong namespace. Backend
simply isn't necessary, so it can be removed.
This commit is contained in:
Lioncash 2020-04-18 20:12:20 -04:00
parent 397bd1bb73
commit dd2a86bed1
2 changed files with 1 additions and 6 deletions

View file

@ -13,10 +13,6 @@ namespace Frontend {
class EmuWindow;
}
namespace FrameDumper {
class Backend;
}
class RendererBase : NonCopyable {
public:
explicit RendererBase(Frontend::EmuWindow& window);