[Haiku-commits] r31106 - haiku/trunk/src/apps/aboutsystem
axeld at BerliOS
axeld at mail.berlios.de
Thu Jun 18 22:58:42 CEST 2009
Author: axeld
Date: 2009-06-18 22:58:42 +0200 (Thu, 18 Jun 2009)
New Revision: 31106
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31106&view=rev
Modified:
haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
* Removed accidental leftover in a GCC4 only codepath.
Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp 2009-06-18 20:02:45 UTC (rev 31105)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp 2009-06-18 20:58:42 UTC (rev 31106)
@@ -365,9 +365,6 @@
// 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);
More information about the Haiku-commits
mailing list