From bd1a7fc4a7565d57bb12559ccc2a2a73ff5a0dff Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Thu, 9 Jun 2016 23:24:44 +0200 Subject: [PATCH] Revert "Added SSEFUNCTION into rtgui/histogrampanel.cc" This reverts commit 2331263704ba01ca6be5323503029aff5b44e87a. --- rtgui/histogrampanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/histogrampanel.cc b/rtgui/histogrampanel.cc index 2ebfa3d90..ed4c9be95 100644 --- a/rtgui/histogrampanel.cc +++ b/rtgui/histogrampanel.cc @@ -938,7 +938,7 @@ void HistogramArea::update (LUTu &histRed, LUTu &histGreen, LUTu &histBlue, LUTu g_idle_add (histupdateUI, haih); } -SSEFUNCTION void HistogramArea::updateBackBuffer () +void HistogramArea::updateBackBuffer () { if (!get_realized ()) {