diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index e0cd02bc0b..0c17e3d35e 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -365,9 +365,6 @@ AboutView::AboutView() // GCC version #if __GNUC__ != 2 - r.OffsetBy(0, textHeight); - r.bottom = r.top + textHeight; - snprintf(string, sizeof(string), "GCC %d", __GNUC__); BStringView* gccView = new BStringView("gcctext", string);