Remove unused backing field from FileDropEventArgs.

This commit is contained in:
Jarl Gullberg 2017-07-20 12:45:01 +02:00
parent 52699104f9
commit 8974c0ee2b
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

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