]> git.sesse.net Git - kdenlive/blobdiff - src/guide.cpp
Comment out names of unused parameters [PATCH by Ray Lehtiniemi]
[kdenlive] / src / guide.cpp
index ed2a85bee0b0bd77008a8ffd70ff9cbf3864724d..79b62045c2d35b82c7fee17ce4489bafa9266024 100644 (file)
@@ -103,7 +103,7 @@ QRectF Guide::boundingRect() const {
 }
 
 // virtual
-void Guide::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *w) {
+void Guide::paint(QPainter *painter, const QStyleOptionGraphicsItem */*option*/, QWidget */*w*/) {
     painter->setMatrixEnabled(false);
     QLineF guideline = painter->matrix().map(line());
     painter->setPen(pen());