Remove Cgx Viewer

This commit is contained in:
scawful
2023-08-18 10:27:38 -04:00
parent c8dce74a89
commit b0df91b7d5
3 changed files with 0 additions and 176 deletions

View File

@@ -15,7 +15,6 @@
#include "app/gui/canvas.h"
#include "app/gui/input.h"
#include "app/rom.h"
#include "app/viewer/cgx_viewer.h"
namespace yaze {
namespace app {
@@ -148,8 +147,6 @@ class GraphicsEditor {
gfx::SNESPalette palette_;
gfx::SNESPalette col_file_palette_;
viewer::CgxViewer cgx_viewer_;
absl::Status status_;
};