Remove unused function ForceTotalRedraw

This commit is contained in:
Kp 2012-11-11 19:22:10 +00:00
parent a8d39f50bc
commit d1ad26b6b0

View file

@ -379,12 +379,6 @@ int AttachSegment()
return 1;
}
int ForceTotalRedraw()
{
Update_flags = UF_ALL;
return 1;
}
#if ORTHO_VIEWS
int SyncLargeView()