diff --git a/src/OpenTK/Input/FileDropEventArgs.cs b/src/OpenTK/Input/FileDropEventArgs.cs index 7ce634d0..1a479ba5 100644 --- a/src/OpenTK/Input/FileDropEventArgs.cs +++ b/src/OpenTK/Input/FileDropEventArgs.cs @@ -7,8 +7,6 @@ namespace OpenTK.Input /// public class FileDropEventArgs : EventArgs { - private string fileName; - /// /// Gets the name of the file. ///