]> git.sesse.net Git - kdenlive/commitdiff
Fix compilation without QImageBlitz that is not used anymore
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 29 May 2011 08:18:07 +0000 (08:18 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 29 May 2011 08:18:07 +0000 (08:18 +0000)
svn path=/trunk/kdenlive/; revision=5615

src/stopmotion/stopmotion.h

index 98636f3688609cde3fc343004b761502e8dfe6eb..cf88542efd56a96fe9fe7f3619fa04eca9cb3810 100644 (file)
@@ -158,10 +158,9 @@ private:
     /** @brief A new frame arrived, reload overlay. */
     void reloadOverlay();
 
-
-#ifdef QIMAGEBLITZ
+    /** @brief Holds the index of the effect to be applied to the video feed. */
     int m_effectIndex;
-#endif
+
 
 public slots:
     /** @brief Display the live feed from capture device.