Skip to content

Commit 96f76e4

Browse files
committed
chore(binding_mqtt): remove discoveryContentType constant
1 parent fc3cc5c commit 96f76e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/src/binding_mqtt/constants.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ const defaultKeepAlivePeriod = 20;
4343
///
4444
/// Evaluates to `'application/octet-stream'.
4545
const defaultContentType = "application/octet-stream";
46-
47-
/// Content type used for the Content objects returned by discovery using MQTT.
48-
///
49-
/// Evaluates to `application/td+json`.
50-
// TODO: Should probably be redefined globally
51-
const discoveryContentType = "application/td+json";

0 commit comments

Comments
 (0)