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 @@ -207,7 +207,6 @@ const CPU = CPUArch;
207207
208208const DeviceType = Object . freeze ( {
209209 CONSOLE : 'console' ,
210- DESKTOP : 'desktop' ,
211210 EMBEDDED : 'embedded' ,
212211 MOBILE : 'mobile' ,
213212 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