From 0d7599f24e60af365b527fd78b227ab504aac8f9 Mon Sep 17 00:00:00 2001 From: Matthew D Jones <Matthew.D.Jones@tessella.com> Date: Thu, 13 Aug 2015 15:03:15 +0100 Subject: [PATCH] Re #11422 Stop compat change breaking se bound functions --- Code/Mantid/MantidPlot/src/qwt_compat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/Mantid/MantidPlot/src/qwt_compat.h b/Code/Mantid/MantidPlot/src/qwt_compat.h index 6463a178813..f6d05c7c30c 100644 --- a/Code/Mantid/MantidPlot/src/qwt_compat.h +++ b/Code/Mantid/MantidPlot/src/qwt_compat.h @@ -14,8 +14,6 @@ # define loMargin() lowerMargin() # define hiMargin() upperMargin() #else -# define lowerBound() lBound() -# define upperBound() hBound() # define lowerMargin() loMargin() # define upperMargin() hiMargin() #endif /* QWT_VERSION >= 0x050200 */ -- GitLab