Removed unneeded inheritance from IDisposable.

This commit is contained in:
Jarl Gullberg 2017-05-21 01:36:51 +02:00
parent 9c2c0815d1
commit 55dfd7a3c9
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

@ -41,7 +41,7 @@ using Gtk;
namespace OpenTK namespace OpenTK
{ {
[ToolboxItem(true)] [ToolboxItem(true)]
public class GLWidget: DrawingArea, IDisposable public class GLWidget: DrawingArea
{ {
#region Static attrs. #region Static attrs.