diff --git a/pcbnew/class_module.cpp b/pcbnew/class_module.cpp index 37effe365c..ebeee9d698 100644 --- a/pcbnew/class_module.cpp +++ b/pcbnew/class_module.cpp @@ -281,7 +281,6 @@ void MODULE::Add( BOARD_ITEM* aBoardItem, ADD_MODE aMode ) } aBoardItem->SetParent( this ); - SetLastEditTime(); // Update relative coordinates, it can be done only after there is a parent object assigned switch( aBoardItem->Type() )