More formatting updates. Reduced whitespace, looks even better.

This commit is contained in:
William Ferrell
2000-03-30 20:43:33 +00:00
parent a98c8109a8
commit ddfd41f53e
78 changed files with 0 additions and 590 deletions
-7
View File
@@ -10,7 +10,6 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -24,7 +23,6 @@
#include "render.h"
#include "serverscreens.h"
int Shutdown_func ();
int System_halt_func ();
int Reboot_func ();
@@ -41,7 +39,6 @@ int Backlight_Off_func ();
int Backlight_On_func ();
int Backlight_Open_func ();
menu_item main_menu[] = {
{"LCDproc", 0, 0}, // Title
{"Options", TYPE_MENU, (void *) options_menu},
@@ -92,8 +89,6 @@ menu_item Backlight_menu[] = {
{0, 0, 0},
};
///////////////////////////////////////////////////////////////////////
// Plug-in functions for menu items
//
@@ -167,7 +162,6 @@ OK_func ()
return MENU_OK;
}
int
Time24_func (int input)
{
@@ -295,7 +289,6 @@ Contrast_func (int input)
return (status | MENU_OK);
}
void
server_menu ()
{