diff options
Diffstat (limited to 'src/gui/windows/statuswindow.h')
-rw-r--r-- | src/gui/windows/statuswindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/windows/statuswindow.h b/src/gui/windows/statuswindow.h index 048a8a0b2..a76714464 100644 --- a/src/gui/windows/statuswindow.h +++ b/src/gui/windows/statuswindow.h @@ -125,7 +125,6 @@ class StatusWindow final : public Window, ScrollArea *mDAttrScroll A_NONNULLPOINTER; Label *mCharacterPointsLabel A_NONNULLPOINTER; - Label *mCorrectionPointsLabel; Button *mCopyButton; typedef std::map<AttributesT, AttrDisplay*> Attrs; |