summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/X11/Xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/tests/X11/Xlib.h')
-rw-r--r--codegen/vulkan/tests/X11/Xlib.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/codegen/vulkan/tests/X11/Xlib.h b/codegen/vulkan/tests/X11/Xlib.h
deleted file mode 100644
index c3800e90..00000000
--- a/codegen/vulkan/tests/X11/Xlib.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2019-2021 The Khronos Group Inc.
-//
-// SPDX-License-Identifier: Apache-2.0
-
-#ifndef _X11_XLIB_H_
-#define _X11_XLIB_H_
-
-// "X11/Xlib.h" for non-X11 compilation environment
-
-typedef int Display;
-typedef int Window;
-typedef int VisualID;
-
-#endif