* Removed accidental leftover in a GCC4 only codepath.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-06-18 20:58:42 +00:00
parent de580ba60a
commit 18882afba2
-3
View File
@@ -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);