diff --git a/deviceonly.proto b/deviceonly.proto index 7a68534..e24b334 100644 --- a/deviceonly.proto +++ b/deviceonly.proto @@ -10,22 +10,6 @@ import "radioconfig.proto"; option java_outer_classname = "DeviceOnly"; -/* - * This is a stub version of the old 1.1 representation of RadioConfig. - * But only keeping the region info. - * The device firmware uses this stub while migrating old nodes to the new preferences system. - */ -message LegacyRadioConfig { - message LegacyPreferences { - - /* - * The region code for my radio (US, CN, EU433, etc...) - */ - RegionCode region = 15; - } - - LegacyPreferences preferences = 1; -} /* * This message is never sent over the wire, but it is used for serializing DB @@ -41,11 +25,6 @@ message DeviceState { */ reserved 12; - /* - * Moved to its own file, but we keep this here so we can automatically migrate old radio.region settings - */ - LegacyRadioConfig legacyRadio = 1; - /* * Read only settings/info about this node */