Skip to content

Commit 832feb6

Browse files
committed
deleted some unused variables and a debug
1 parent d361f8b commit 832feb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

surfacemanager.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ void SurfaceManager::average(QList<wavefront *> wfList){
15631563

15641564

15651565
QApplication::setOverrideCursor(Qt::WaitCursor);
1566-
qDebug() << "maxkey" << maxkey << rrows << rcols << sizes[maxkey];
1566+
15671567
cv::Mat mask = wfList[sizes[maxkey][0]]->workMask.clone();
15681568
if (mask.cols != rcols || mask.rows != rrows){
15691569
cv::resize(mask,mask,Size(rrows,rcols));
@@ -2452,8 +2452,7 @@ void SurfaceManager::computeStandAstig(define_input *wizPage, QList<rotationDef
24522452

24532453
QTextEdit *editor = new QTextEdit;
24542454
editor->resize(printer.pageLayout().paintRectPixels(printer.resolution()).size());
2455-
const int contourWidth = 2 * 340/3;
2456-
const int contourHeight = 2 * 360/3;
2455+
24572456
QImage contour = QImage(Width ,Width, QImage::Format_ARGB32 );
24582457

24592458

0 commit comments

Comments
 (0)