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>
|
/// </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>
|
||||||
|
|
Loading…
Reference in a new issue