summaryrefslogtreecommitdiffstats
path: root/netbsd
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-12-16 15:37:01 +0100
committercgzones <cgzones@googlemail.com>2021-12-17 14:45:15 +0100
commit14f428a1721a7b179be7b650135ec591c215564e (patch)
tree426bc1101cbf85a94855f6614e7abc4469aa9b77 /netbsd
parent6388033e107a74a6e962eabf4ec06065d12d28db (diff)
Drop unused Platform variables
Diffstat (limited to 'netbsd')
-rw-r--r--netbsd/Platform.c2
-rw-r--r--netbsd/Platform.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/netbsd/Platform.c b/netbsd/Platform.c
index 724ab0de..d95be9d9 100644
--- a/netbsd/Platform.c
+++ b/netbsd/Platform.c
@@ -66,8 +66,6 @@ in the source distribution for its full text.
#define prop_number_signed_value prop_number_integer_value
#endif
-const ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_VIRT, M_RESIDENT, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 };
-
ScreenDefaults Platform_defaultScreens[] = {
{
.name = "Main",
diff --git a/netbsd/Platform.h b/netbsd/Platform.h
index 407a56f9..428eb15a 100644
--- a/netbsd/Platform.h
+++ b/netbsd/Platform.h
@@ -34,8 +34,6 @@ in the source distribution for its full text.
#define PLATFORM_LONG_OPTIONS \
// End of list
-extern const ProcessField Platform_defaultFields[];
-
extern ScreenDefaults Platform_defaultScreens[];
extern const unsigned int Platform_numberOfDefaultScreens;

© 2014-2024 Faster IT GmbH | imprint | privacy policy