Loading...
--- Libc/Libc-594.9.4/include/libkern/OSThermalNotification.h
+++ Libc/Libc-583/include/libkern/OSThermalNotification.h
@@ -40,12 +40,8 @@
typedef enum {
OSThermalNotificationLevelAny = -1,
OSThermalNotificationLevelNormal = 0,
- OSThermalNotificationLevel70PercentTorch = 1,
OSThermalNotificationLevel70PercentBacklight = 3,
- OSThermalNotificationLevel50PercentTorch = 3,
OSThermalNotificationLevel50PercentBacklight = 5,
- OSThermalNotificationLevelDisableTorch = 5,
- OSThermalNotificationLevel25PercentBacklight = 7,
OSThermalNotificationLevelAppTerminate = 12,
OSThermalNotificationLevelDeviceRestart = 16
} OSThermalNotificationLevel;