Removed comments about HAL.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69a2f2f25e)
r14.0.x r14.0.12
Michele Calgaro 3 years ago
parent 59f98faa65
commit 7e8781c3ee
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -42,7 +42,6 @@ supported fan sources:
misc sources: misc sources:
- battery source that displays the state of charge of your batteries - battery source that displays the state of charge of your batteries
through libhal.
- uptime source that displays the current system uptime. - uptime source that displays the current system uptime.

@ -33,7 +33,7 @@ class TDEHardwareDevices;
#endif #endif
/** /**
* BatterySrc fetches the state of charge of the battery from HAL * BatterySrc fetches the state of charge of the battery
* @author Ken Werner * @author Ken Werner
*/ */
class BatterySrc : public LabelSource { class BatterySrc : public LabelSource {
@ -64,7 +64,7 @@ private:
ThreadedTrigger mTrigger; ThreadedTrigger mTrigger;
/** /**
* The hal udi of that battery source * The udi of that battery source
*/ */
TQString mUDI; TQString mUDI;

Loading…
Cancel
Save