[apps] Delete wrong comment

Change-Id: I7e3f266fec761ab1fd662f474dc50a8a230358ed
This commit is contained in:
Émilie Feral
2017-04-25 11:02:53 +02:00
parent 4781a8f1fa
commit 5525664ab6

View File

@@ -8,7 +8,7 @@ public:
BacklightDimmingTimer();
private:
constexpr static int k_idleBeforeDimmingDuration = 30*1000; // In miliseconds
constexpr static int k_dimBacklightBrightness = 0; // Intensity value from 0 to 15
constexpr static int k_dimBacklightBrightness = 0;
void fire() override;
};