Merge pull request #580 from Nihlus/remove-unused-field
Remove unused backing field from FileDropEventArgs.
This commit is contained in:
commit
ba044162be
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ namespace OpenTK.Input
|
|||
/// </summary>
|
||||
public class FileDropEventArgs : EventArgs
|
||||
{
|
||||
private string fileName;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name of the file.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue