Removed old unused types

This commit is contained in:
Tristan B. Velloza Kildaire 2021-08-27 15:03:01 +02:00
parent 5295de356b
commit 91b7028d1f
1 changed files with 0 additions and 11 deletions

View File

@ -88,15 +88,4 @@ message Property
message ProfileDetails
{
string username;
string server;
repeated UserProperty = 2;
}
message UserProperty
{
string propertyName;
bytes propertyData;
}