Merge pull request #580 from Nihlus/remove-unused-field

Remove unused backing field from FileDropEventArgs.
This commit is contained in:
Jarl Gullberg 2017-07-20 13:41:46 +02:00 committed by GitHub
commit ba044162be

View file

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