diff --git a/Src/Graphics/Render2D.h b/Src/Graphics/Render2D.h index 5da98ee..73b20d5 100644 --- a/Src/Graphics/Render2D.h +++ b/Src/Graphics/Render2D.h @@ -142,7 +142,6 @@ private: void DrawTileLine8Bit(UINT32 *buf, int offset, UINT16 tile, int tileLine); void DrawTileLine8BitRightClip(UINT32 *buf, int offset, UINT16 tile, int tileLine, int numPixels); void DrawCompleteLayer(int layerNum, const UINT16 *nameTableBase); - void DrawRect(int layerNum, const UINT16 *nameTableBase, int tileX, int tileY, int tileW, int tileH); void UpdateLayer(int layerNum); void DisplayLayer(int layerNum, GLfloat z); void Setup2D(void);