mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-07 20:12:13 +00:00
Removed unused indent variable.
This commit is contained in:
parent
32200f3933
commit
9af78f1e07
|
@ -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