Remove unused methods

This commit is contained in:
Justin Scofield
2022-07-27 17:34:32 +00:00
parent 856900a69d
commit 92252c548f
2 changed files with 2 additions and 66 deletions

View File

@@ -4,8 +4,6 @@
#include <cstdint>
#include <vector>
#include "app/core/constants.h"
namespace yaze {
namespace app {
namespace gfx {
@@ -16,6 +14,8 @@ typedef struct {
unsigned int palette_id;
} tile8;
TileInfo GetTilesInfo(ushort tile);
// vhopppcc cccccccc
// [0, 1]
// [2, 3]
@@ -84,12 +84,6 @@ class OAMTile {
}
};
TileInfo GetTilesInfo(ushort tile);
void BuildTiles16Gfx(uchar* mapblockset16, uchar* currentOWgfx16Ptr,
std::vector<Tile16>& allTiles);
void CopyTile16(int x, int y, int xx, int yy, int offset, TileInfo tile,
uchar* gfx16Pointer, uchar* gfx8Pointer);
} // namespace gfx
} // namespace app
} // namespace yaze