File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ export const CPU: typeof CPUArch;
211211
212212export const DeviceType : Readonly < {
213213 CONSOLE : 'console' ,
214- DESKTOP : 'desktop' ,
215214 EMBEDDED : 'embedded' ,
216215 MOBILE : 'mobile' ,
217216 SMARTTV : 'smarttv' ,
Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ const CPU = CPUArch;
208208
209209const DeviceType = Object . freeze ( {
210210 CONSOLE : 'console' ,
211- DESKTOP : 'desktop' ,
212211 EMBEDDED : 'embedded' ,
213212 MOBILE : 'mobile' ,
214213 SMARTTV : 'smarttv' ,
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ const CPU = CPUArch;
211211
212212const DeviceType = Object . freeze ( {
213213 CONSOLE : 'console' ,
214- DESKTOP : 'desktop' ,
215214 EMBEDDED : 'embedded' ,
216215 MOBILE : 'mobile' ,
217216 SMARTTV : 'smarttv' ,
You can’t perform that action at this time.
0 commit comments