This commit is contained in:
RisaDev
2024-03-25 02:07:35 +03:00
parent 941edb1023
commit da252a57cf
2 changed files with 7 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ public partial class CustomizePlusIpc
/// Retrieve list of all user profiles
/// /!\ This might be somewhat heavy method to call, so please use with caution.
/// </summary>
/// <returns></returns>
[EzIPC("Profile.GetList")]
private IList<IPCProfileDataTuple> GetProfileList()
{
@@ -86,7 +85,6 @@ public partial class CustomizePlusIpc
/// <summary>
/// Enable profile using its Unique ID. Does not work on temporary profiles.
/// </summary>
/// <param name="uniqueId"></param>
[EzIPC("Profile.EnableByUniqueId")]
private int EnableProfileByUniqueId(Guid uniqueId)
{