Index: trunk/src/undo_old.c =================================================================== --- trunk/src/undo_old.c (revision 15892) +++ trunk/src/undo_old.c (revision 15893) @@ -86,10 +86,8 @@ static pcb_bool UndoInsertContour(UndoListTypePtr); static pcb_bool UndoMoveToLayer(UndoListTypePtr); static pcb_bool UndoFlag(UndoListTypePtr); -static pcb_bool UndoMirror(UndoListTypePtr); static pcb_bool UndoOtherSide(UndoListTypePtr); static pcb_bool UndoChangeSize(UndoListTypePtr); -static pcb_bool UndoChange2ndSize(UndoListTypePtr); static pcb_bool UndoChangeAngles(UndoListTypePtr); static pcb_bool UndoChangeRadii(UndoListTypePtr); static pcb_bool UndoChangeClearSize(UndoListTypePtr);