Remove declarations of functions that no longer exist

This commit is contained in:
Patricia Aas 2021-06-22 10:26:37 +02:00 committed by Patricia Aas
parent 493923036a
commit 4e753a6024
1 changed files with 0 additions and 2 deletions

View File

@ -30,13 +30,11 @@ private:
void renderPellets(const Pellets & pellets);
void renderSuperPellets(const SuperPellets & superPellets);
void renderSprite(Sprite sprite, PositionInt point);
void renderSprite(Sprite sprite, Rect target);
void renderScore(int score);
Rect windowDimensions() const;
void loadTextures();
sf::Texture loadTexture(std::string_view path);
sf::Font loadFont(std::string_view path);