aboutsummaryrefslogtreecommitdiff
path: root/src/vsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsync.h')
-rw-r--r--src/vsync.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vsync.h b/src/vsync.h
deleted file mode 100644
index 076bc26..0000000
--- a/src/vsync.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// SPDX-License-Identifier: MPL-2.0
-// Copyright (c) Yuxuan Shui <[email protected]>
-#include <stdbool.h>
-
-typedef struct session session_t;
-
-bool vsync_init(session_t *ps);