Skip to content

Commit b1cff1a

Browse files
committed
Remove unused code
1 parent 7b7c509 commit b1cff1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewEvents.kt

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package im.vector.app.features.home.room.detail.composer
1818

19-
import androidx.annotation.StringRes
2019
import im.vector.app.core.platform.VectorViewEvents
2120
import im.vector.app.features.command.Command
2221
import im.vector.app.features.command.ParsedCommand
@@ -34,7 +33,6 @@ sealed class MessageComposerViewEvents : VectorViewEvents {
3433
data class SlashCommandError(val command: Command) : SendMessageResult()
3534
data class SlashCommandUnknown(val command: String) : SendMessageResult()
3635
data class SlashCommandNotSupportedInThreads(val command: Command) : SendMessageResult()
37-
data class SlashCommandHandled(@StringRes val messageRes: Int? = null) : SendMessageResult()
3836
object SlashCommandLoading : SendMessageResult()
3937
data class SlashCommandResultOk(val parsedCommand: ParsedCommand) : SendMessageResult()
4038
data class SlashCommandResultError(val throwable: Throwable) : SendMessageResult()

0 commit comments

Comments
 (0)