Revert "Added ReSharper warning suppressions."

This reverts commit c98fbde35c.
This commit is contained in:
Jarl Gullberg 2017-06-13 22:34:14 +02:00
parent c98fbde35c
commit 12ed99e9eb
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -37,16 +37,13 @@ using OpenTK.OSX;
using OpenTK.Win; using OpenTK.Win;
using OpenTK.X11; using OpenTK.X11;
// ReSharper disable ClassWithVirtualMembersNeverInherited.Global
// ReSharper disable EventNeverSubscribedTo.Global
namespace OpenTK namespace OpenTK
{ {
/// <summary> /// <summary>
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics. /// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
/// </summary> /// </summary>
[ToolboxItem(true)] [ToolboxItem(true)]
public class GLWidget : DrawingArea public class GLWidget: DrawingArea
{ {
#region Static attrs. #region Static attrs.