Remove unimplemented ipc.

This commit is contained in:
Ottermandias 2025-12-19 00:54:09 +01:00
parent dbcb2e38ec
commit fb299d71f0

View file

@ -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)