diff options
author | Darrell Anderson <[email protected]> | 2012-04-06 14:00:01 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-06 14:00:01 -0500 |
commit | 63df5ccd2032e2835ebc2df3c46f2e0a1214c820 (patch) | |
tree | 52f6964cf343ae196cdd87670969b981d5807546 | |
parent | 21705d1b062c986e1c8d76c13ce20e375a234f24 (diff) | |
download | kipi-plugins-63df5ccd2032e2835ebc2df3c46f2e0a1214c820.tar.gz kipi-plugins-63df5ccd2032e2835ebc2df3c46f2e0a1214c820.zip |
Fix FTBFS caused by patch in GIT hash 21705d1b 2012-04-05.
-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 4f03d9f..30fdd0c 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; |