From 6df73ed5591bb0317c94857e8fcb8ff3fc4d2a86 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 6 Apr 2012 14:00:01 -0500 Subject: [PATCH] Fix FTBFS caused by patch in GIT hash 21705d1b 2012-04-05. (cherry picked from commit 63df5ccd2032e2835ebc2df3c46f2e0a1214c820) --- kipi-plugins/slideshow/slideshow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kipi-plugins/slideshow/slideshow.h b/kipi-plugins/slideshow/slideshow.h index a114653..a76ab48 100644 --- a/kipi-plugins/slideshow/slideshow.h +++ b/kipi-plugins/slideshow/slideshow.h @@ -166,8 +166,6 @@ private: EffectMethod m_effect; bool m_effectRunning; - int m_commentsLinesLength; - // values for state of various effects: int m_x, m_y, m_w, m_h, m_dx, m_dy, m_ix, m_iy, m_i, m_j, m_subType; int m_x0, m_y0, m_x1, m_y1, m_wait;