Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed.

This commit is contained in:
the_fiddler 2010-10-28 09:01:25 +00:00
parent 58ba39acce
commit 120e38f87a

View file

@ -33,6 +33,9 @@ using System.Drawing;
using System.Diagnostics;
using System.Runtime.InteropServices;
// Disable unused field warnings. This is interop, we don't use everything
#pragma warning disable 0649
// X11 Version
namespace OpenTK.Platform.X11
{