Skip to content

Commit c5ae192

Browse files
committed
Revert "implement new lua method: tastudio.createnewbranch()"
This reverts commit 601f56c.
1 parent 471f175 commit c5ae192

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -753,19 +753,5 @@ public string OnBranchRemove(LuaFunction luaf, string name = null)
753753
}
754754
return "";
755755
}
756-
757-
[LuaMethodExample("""
758-
tastudio.createnewbranch();
759-
""")]
760-
[LuaMethod(
761-
name: "createnewbranch",
762-
description: "creates a new branch at the current frame")]
763-
public void CreateNewBranch()
764-
{
765-
if (Engaged())
766-
{
767-
Tastudio.Branch();
768-
}
769-
}
770756
}
771757
}

src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,5 @@ public void LoadBranch(TasBranch branch)
13181318
StopSeeking();
13191319
RefreshDialog();
13201320
}
1321-
1322-
public void Branch() => BookMarkControl.Branch();
13231321
}
13241322
}

0 commit comments

Comments
 (0)