From 53e3b5c2d105bf3b6f67364c1281395cbb250074 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 10 Dec 2022 02:02:35 -0500 Subject: [PATCH] cleanup: remove unused librashader headers --- librashader.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 librashader.h diff --git a/librashader.h b/librashader.h deleted file mode 100644 index 3e979de..0000000 --- a/librashader.h +++ /dev/null @@ -1,22 +0,0 @@ -/*! \file */ -/******************************************* - * * - * File auto-generated by `::safer_ffi`. * - * * - * Do not manually edit this file. * - * * - *******************************************/ - -#ifndef __RUST_LIBRASHADER_CAPI__ -#define __RUST_LIBRASHADER_CAPI__ - -#ifdef __cplusplus -extern "C" { -#endif - - -#ifdef __cplusplus -} /* extern "C" */ -#endif - -#endif /* __RUST_LIBRASHADER_CAPI__ */