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 0209dd7ac4
commit 437273f215

View file

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