From d2f006f33d9d09a9a648a338a5a8a80a4311dfe2 Mon Sep 17 00:00:00 2001
From: Martyn Gigg <martyn.gigg@stfc.ac.uk>
Date: Fri, 15 Apr 2011 21:06:27 +0000
Subject: [PATCH] Missed MantidPlot reference. Re #2650

---
 Code/Mantid/MantidPlot/src/Mantid/AlgorithmHistoryWindow.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/Mantid/MantidPlot/src/Mantid/AlgorithmHistoryWindow.cpp b/Code/Mantid/MantidPlot/src/Mantid/AlgorithmHistoryWindow.cpp
index a7fa171458d..4587bc7f119 100644
--- a/Code/Mantid/MantidPlot/src/Mantid/AlgorithmHistoryWindow.cpp
+++ b/Code/Mantid/MantidPlot/src/Mantid/AlgorithmHistoryWindow.cpp
@@ -459,7 +459,6 @@ void AlgEnvHistoryGrpBox::fillEnvHistoryGroupBox(const EnvironmentHistory& envHi
 {
   std::string osname=envHistory.osName();
   std::string osversion=envHistory.osVersion();
-  std::string userName=envHistory.userName();
   std::string frwkversn=envHistory.frameworkVersion();
 	
   QLineEdit* osNameEdit=getosNameEdit();
-- 
GitLab