* 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:
@@ -365,9 +365,6 @@ AboutView::AboutView()
|
|||||||
|
|
||||||
// GCC version
|
// GCC version
|
||||||
#if __GNUC__ != 2
|
#if __GNUC__ != 2
|
||||||
r.OffsetBy(0, textHeight);
|
|
||||||
r.bottom = r.top + textHeight;
|
|
||||||
|
|
||||||
snprintf(string, sizeof(string), "GCC %d", __GNUC__);
|
snprintf(string, sizeof(string), "GCC %d", __GNUC__);
|
||||||
|
|
||||||
BStringView* gccView = new BStringView("gcctext", string);
|
BStringView* gccView = new BStringView("gcctext", string);
|
||||||
|
|||||||
Reference in New Issue
Block a user