From: Diane Trout Date: Fri, 15 Sep 2006 22:29:43 +0000 (+0000) Subject: remove reporting the current path from the about box X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=6953835273779b768cf41feda2c60be94aad6b6d remove reporting the current path from the about box that was mostly in there for debugging and isn't needed anymore --- diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 9797a16..f10e8b4 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -279,9 +279,6 @@ void MussaWindow::about() "(c) 2005-2006 California Institute of Technology\n" "Tristan De Buysscher, Diane Trout\n"); msg += "\n\r"; - msg += "Path: "; - msg += QDir::currentPath(); - msg += "\n"; msg += "OpenGL: "; msg += (char *)glGetString(GL_VERSION); msg += "\n";