remove unnecessary comment

This commit is contained in:
marschap
2006-04-11 10:45:32 +00:00
parent 4351a83d14
commit 34b27e3e47
-3
View File
@@ -242,9 +242,6 @@ curses_drv_init (Driver *drvthis)
p->useACS = drvthis->config_get_bool(drvthis->name, "UseACS", 0, 0);
debug(RPT_DEBUG, "%s: using ACS %s", drvthis->name, (p->useACS) ? "ON" : "OFF");
//TODO: Make it possible to configure the backlight's "off" color and its "on" color
// Or maybe don't do so? - Rene Wagner
/* Get size settings */
if ((drvthis->request_display_width() > 0)
&& (drvthis->request_display_height() > 0)) {