Removed unneeded inheritance from IDisposable.
This commit is contained in:
parent
9c2c0815d1
commit
55dfd7a3c9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ using Gtk;
|
|||
namespace OpenTK
|
||||
{
|
||||
[ToolboxItem(true)]
|
||||
public class GLWidget: DrawingArea, IDisposable
|
||||
public class GLWidget: DrawingArea
|
||||
{
|
||||
|
||||
#region Static attrs.
|
||||
|
|
Loading…
Reference in a new issue