From 6953835273779b768cf41feda2c60be94aad6b6d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 15 Sep 2006 22:29:43 +0000 Subject: [PATCH] remove reporting the current path from the about box that was mostly in there for debugging and isn't needed anymore --- qui/MussaWindow.cpp | 3 --- 1 file changed, 3 deletions(-) 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"; -- 2.30.2