mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 12:45:39 +00:00
Removed unused indent variable.
This commit is contained in:
parent
76887c3d7f
commit
a5d5449007
|
@ -23,8 +23,6 @@ namespace Bind
|
|||
{
|
||||
}
|
||||
|
||||
private string indent = "";
|
||||
|
||||
public void Indent()
|
||||
{
|
||||
++indent_level;
|
||||
|
|
Loading…
Reference in a new issue