diff options
author | Darrell Anderson <[email protected]> | 2012-04-06 14:00:01 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-28 02:59:01 +0200 |
commit | 6df73ed5591bb0317c94857e8fcb8ff3fc4d2a86 (patch) | |
tree | b550cdf1ff48340feeab3aa63f1ad8f085545eac | |
parent | faf875647bc48b6fbaeee9baa81db968838b1544 (diff) | |
download | kipi-plugins-6df73ed5591bb0317c94857e8fcb8ff3fc4d2a86.tar.gz kipi-plugins-6df73ed5591bb0317c94857e8fcb8ff3fc4d2a86.zip |
Fix FTBFS caused by patch in GIT hash 21705d1b 2012-04-05.
(cherry picked from commit 63df5ccd2032e2835ebc2df3c46f2e0a1214c820)
-rw-r--r-- | kipi-plugins/slideshow/slideshow.h | 2 |
1 files changed, 0 insertions, 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; |