OSDN Git Service

remove declaration of non-existing QWingedEdge::printNode() method
authorIvailo Monev <xakepa10@gmail.com>
Tue, 7 Sep 2021 19:46:43 +0000 (22:46 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 7 Sep 2021 19:46:43 +0000 (22:46 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/painting/qpathclipper_p.h

index ce07179..4402069 100644 (file)
@@ -37,9 +37,6 @@
 #include "qlist.h"
 #include "qdatabuffer_p.h"
 
-#include <stdio.h>
-
-
 QT_BEGIN_NAMESPACE
 
 
@@ -247,8 +244,6 @@ public:
 private:
     void intersectAndAdd();
 
-    void printNode(int i, FILE *handle);
-
     void removeEdge(int ei);
 
     int insert(const QPathVertex &vertex);