- all DObjects converted.

- cleaned out some old cruft that's no longer needed.
This commit is contained in:
Christoph Oelckers 2016-09-20 10:27:53 +02:00
commit af6404f763
20 changed files with 139 additions and 612 deletions

View file

@ -1043,6 +1043,7 @@ void FCanvasTextureInfo::EmptyList ()
void FCanvasTextureInfo::Serialize(FArchive &arc)
{
#if 0
if (arc.IsStoring ())
{
FCanvasTextureInfo *probe;
@ -1070,6 +1071,7 @@ void FCanvasTextureInfo::Serialize(FArchive &arc)
Add (viewpoint, picnum, fov);
}
}
#endif
}
//==========================================================================