mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Remove unimplemented ipc.
This commit is contained in:
parent
dbcb2e38ec
commit
fb299d71f0
1 changed files with 0 additions and 6 deletions
|
|
@ -85,12 +85,6 @@ public class UiApi : IPenumbraApiUi, IApiService, IDisposable
|
|||
public void CloseMainWindow()
|
||||
=> _configWindow.IsOpen = false;
|
||||
|
||||
public PenumbraApiEc RegisterSettingsSection(Action draw)
|
||||
=> throw new NotImplementedException();
|
||||
|
||||
public PenumbraApiEc UnregisterSettingsSection(Action draw)
|
||||
=> throw new NotImplementedException();
|
||||
|
||||
private void OnChangedItemClick(MouseButton button, IIdentifiedObjectData data)
|
||||
{
|
||||
if (ChangedItemClicked == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue