Remove unused interface methods
All checks were successful
Build ptprnt / build (push) Successful in 3m44s

This commit is contained in:
2025-10-11 17:30:27 +02:00
parent 59b3b34edc
commit 6a593f2a40
4 changed files with 5 additions and 17 deletions

View File

@@ -69,8 +69,6 @@ class Label : public ILabel {
void writeToPng(const std::string& file);
[[nodiscard]] int getWidth() override;
[[nodiscard]] int getHeight() override;
[[nodiscard]] int getLayoutWidth() override;
[[nodiscard]] int getLayoutHeight() override;
[[nodiscard]] std::vector<uint8_t> getRaw() override;
void setFontSize(const double fontSize) override;
void setFontFamily(const std::string& fontFamily) override;