Skip to content

Commit f1518eb

Browse files
committed
MIDI-CI: State property does not requireResId.
1 parent 1e13a73 commit f1518eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ktmidi-ci/src/commonMain/kotlin/dev/atsushieno/ktmidi/ci/propertycommonrules/StandardProperties.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ object StandardProperties {
177177
val stateMetadata = CommonRulesPropertyMetadata().apply {
178178
resource = "State"
179179
canSet = PropertySetAccess.FULL
180-
requireResId = true
181180
canSubscribe = false
182181
encodings = listOf(PropertyDataEncoding.MCODED7)
183182
mediaTypes = listOf(CommonRulesKnownMimeTypes.APPLICATION_OCTET_STREAM)

0 commit comments

Comments
 (0)