Codefix: NWidgetStacked::AdjustPaddingForZoom duplicates inherited method. (#13135)

This commit is contained in:
2024-11-30 23:15:17 +00:00
committed by GitHub
parent 568bb1f5da
commit 30bda88e97
2 changed files with 0 additions and 9 deletions

View File

@@ -499,7 +499,6 @@ class NWidgetStacked : public NWidgetContainer {
public:
NWidgetStacked(WidgetID index);
void AdjustPaddingForZoom() override;
void SetupSmallestSize(Window *w) override;
void AssignSizePosition(SizingType sizing, int x, int y, uint given_width, uint given_height, bool rtl) override;
void FillWidgetLookup(WidgetLookup &widget_lookup) override;