Skip to content

Commit

Permalink
Remove IGameInfoApi which was deprecated in 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jun 11, 2024
1 parent 6c27e89 commit 155ea9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
4 changes: 0 additions & 4 deletions src/BizHawk.Client.Common/Api/ApiContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public IEmuClientApi EmuClient
public IEmulationApi Emulation
=> Get<IEmulationApi>(); // requires IEmulator

[Obsolete("use Emulation")]
public IGameInfoApi GameInfo
=> Get<IGameInfoApi>();

public IGuiApi Gui
=> Get<IGuiApi>(); // requires IEmulator

Expand Down
36 changes: 0 additions & 36 deletions src/BizHawk.Client.Common/Api/Classes/GameInfoApi.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/BizHawk.Client.Common/Api/Interfaces/IGameInfoApi.cs

This file was deleted.

0 comments on commit 155ea9a

Please sign in to comment.