mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 21:55:36 +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()
|
public void Indent()
|
||||||
{
|
{
|
||||||
++indent_level;
|
++indent_level;
|
||||||
|
|
Loading…
Reference in a new issue