From 18882afba229350049c0fc092b46e5518508b593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 18 Jun 2009 20:58:42 +0000 Subject: [PATCH] * Removed accidental leftover in a GCC4 only codepath. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31106 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 3 --- 1 file changed, 3 deletions(-) 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);