summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.c')
-rw-r--r--freebsd/Platform.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index e6acebdb..58a9bf1b 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -28,14 +28,6 @@ in the source distribution for its full text.
#include <time.h>
#include <math.h>
-/*{
-#include "Action.h"
-#include "BatteryMeter.h"
-#include "SignalsPanel.h"
-
-extern ProcessFieldData Process_fields[];
-
-}*/
#ifndef CLAMP
#define CLAMP(x,low,high) (((x)>(high))?(high):(((x)<(low))?(low):(x)))