Skip to content
Snippets Groups Projects
Commit 81d7d95b authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Removed unused properties

parent cf7a195c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ interface Group {
val initMessage: ByteArray
val membership:ByteArray
val name: ByteArray
// val trackedId: Long
val serialize: ByteArray
}
......@@ -28,8 +27,6 @@ open class GroupAdapter(
get() = group.membership
override val name: ByteArray
get() = group.name
// override val trackedId: Long
// get() = group.trackedID
override val serialize: ByteArray
get() = group.serialize()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment