1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

LibGL: Remove unused method from SoftwareRasterizer

This commit is contained in:
Jelle Raaijmakers 2021-12-02 00:11:58 +01:00 committed by Andreas Kling
parent 46c564dd1a
commit 4a2a68cd94

View file

@ -57,7 +57,6 @@ public:
SoftwareRasterizer(const Gfx::IntSize& min_size);
void submit_triangle(const GLTriangle& triangle, const Array<TextureUnit, 32>& texture_units);
void submit_triangle(const GLTriangle& triangle);
void resize(const Gfx::IntSize& min_size);
void clear_color(const FloatVector4&);
void clear_depth(float);