Temporarily disabled math serialization test (now examples.exe compiles).

This commit is contained in:
the_fiddler 2008-09-02 09:45:52 +00:00
parent 3e309affe8
commit fb86950099

View file

@ -11,6 +11,9 @@ using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml;
#if false
using System.Xml.Serialization;
using OpenTK.Math;
@ -62,3 +65,5 @@ namespace Examples.Tests
}
}
}
#endif