mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23: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()
|
public void CloseMainWindow()
|
||||||
=> _configWindow.IsOpen = false;
|
=> _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)
|
private void OnChangedItemClick(MouseButton button, IIdentifiedObjectData data)
|
||||||
{
|
{
|
||||||
if (ChangedItemClicked == null)
|
if (ChangedItemClicked == null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue