Revert "Enable topological editing on first TopoGeometry layer creation"

This reverts commit edecf385fddd7d166e134023057998612af6ad58.

The correct way to do this is by hooking on the editingStarted slot
(thanks jef for pointing that out)
This commit is contained in:
Sandro Santilli 2013-02-19 12:09:54 +01:00
parent edecf385fd
commit 314c783b21

View File

@ -23,7 +23,6 @@
#include <qgsmessagelog.h>
#include <qgsrectangle.h>
#include <qgscoordinatereferencesystem.h>
#include <qgsproject.h>
#include "qgsvectorlayerimport.h"
#include "qgsprovidercountcalcevent.h"
@ -133,9 +132,6 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
disconnectDb();
return;
}
// Enable topological editing
QgsProject::instance()->writeEntry( "Digitizing", "/TopologicalEditing", true );
}
mLayerExtent.setMinimal();