theme mention-all and remove unused code

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-02-28 11:22:29 +01:00
parent 5779dce42f
commit 82109fe364
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -649,11 +649,4 @@ public interface NcApi {
Observable<GenericOverall> rejectInvitation(@Header("Authorization") String authorization,
@Url String url);
@GET
Observable<UserGroupsOverall> getUserGroups (@Header("Authorization") String authorization,
@Url String url);
@GET
Observable<UserCirclesOverall> getUserCircles(@Header("Authorization") String authorization,
@Url String url);
}