summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
committerNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
commit8ec5d4a3a07fe9a3c556a4abeac6645a7bb2235e (patch)
tree1efb582b7517e2ec32c892ff2e2ab269ea7e0c47 /unsupported
parenteede79b29af116bc568c7f7a1be319f0c1dfd311 (diff)
Further, minor cleanups to headers post-MakeHeaders
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Battery.h1
-rw-r--r--unsupported/UnsupportedCRT.h1
-rw-r--r--unsupported/UnsupportedProcess.h2
-rw-r--r--unsupported/UnsupportedProcessList.h2
4 files changed, 0 insertions, 6 deletions
diff --git a/unsupported/Battery.h b/unsupported/Battery.h
index 24d8f5c2..21a1579a 100644
--- a/unsupported/Battery.h
+++ b/unsupported/Battery.h
@@ -3,5 +3,4 @@
void Battery_getData(double* level, ACPresence* isOnAC);
-
#endif
diff --git a/unsupported/UnsupportedCRT.h b/unsupported/UnsupportedCRT.h
index c8eff180..24d63e5c 100644
--- a/unsupported/UnsupportedCRT.h
+++ b/unsupported/UnsupportedCRT.h
@@ -9,5 +9,4 @@ in the source distribution for its full text.
void CRT_handleSIGSEGV(int sgn);
-
#endif
diff --git a/unsupported/UnsupportedProcess.h b/unsupported/UnsupportedProcess.h
index 467297b5..dbe9bf5e 100644
--- a/unsupported/UnsupportedProcess.h
+++ b/unsupported/UnsupportedProcess.h
@@ -11,10 +11,8 @@ in the source distribution for its full text.
#define Process_delete UnsupportedProcess_delete
-
Process* UnsupportedProcess_new(Settings* settings);
void UnsupportedProcess_delete(Object* cast);
-
#endif
diff --git a/unsupported/UnsupportedProcessList.h b/unsupported/UnsupportedProcessList.h
index 093a8c43..69a7c1c7 100644
--- a/unsupported/UnsupportedProcessList.h
+++ b/unsupported/UnsupportedProcessList.h
@@ -7,8 +7,6 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-
-
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_delete(ProcessList* this);

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