Remove unused backing field from FileDropEventArgs.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Thu, 20 Jul 2017 10:45:01 +0000 (12:45 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Thu, 20 Jul 2017 10:45:01 +0000 (12:45 +0200)
src/OpenTK/Input/FileDropEventArgs.cs

index 7ce634d..1a479ba 100644 (file)
@@ -7,8 +7,6 @@ namespace OpenTK.Input
     /// </summary>
     public class FileDropEventArgs : EventArgs
     {
-        private string fileName;
-
         /// <summary>
         /// Gets the name of the file.
         /// </summary>