aboutsummaryrefslogtreecommitdiff
path: root/src/diagnostic.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
committerallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
commit5650d887357bf2a3fac8c5fd4f467bf8795b5fc4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/diagnostic.h
parentUpdate picom.sample.conf (diff)
downloadcompfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.tar.xz
compfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.zip
reset
Diffstat (limited to 'src/diagnostic.h')
-rw-r--r--src/diagnostic.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/diagnostic.h b/src/diagnostic.h
deleted file mode 100644
index c958589..0000000
--- a/src/diagnostic.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// SPDX-License-Identifier: MPL-2.0
-// Copyright (c) 2018 Yuxuan Shui <[email protected]>
-
-#pragma once
-#include <stdbool.h>
-
-typedef struct session session_t;
-
-void print_diagnostics(session_t *, const char *config_file, bool compositor_running);