Removed unused updatePaint signal/slots.

This commit is contained in:
Tats
2015-07-17 14:26:24 -06:00
parent c652730fd5
commit 460e346ddd
4 changed files with 0 additions and 12 deletions
-3
View File
@@ -2116,9 +2116,6 @@ void MainWindow::addMappingItem(uid mappingId)
connect(destinationCanvas, SIGNAL(shapeChanged(MShape*)),
mapper.data(), SLOT(updateShape(MShape*)));
connect(this, SIGNAL(paintChanged()),
mapper.data(), SLOT(updatePaint()));
// Switch to mapping tab.
contentTab->setCurrentWidget(mappingSplitter);