From 70596acbbe766045c95f64a65b411d4cd7584918 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 28 Mar 2018 16:34:33 -0600 Subject: Slight refactoring --- csharp-binding/LibSurviveBinding/Config_entry.cs | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 csharp-binding/LibSurviveBinding/Config_entry.cs (limited to 'csharp-binding/LibSurviveBinding/Config_entry.cs') diff --git a/csharp-binding/LibSurviveBinding/Config_entry.cs b/csharp-binding/LibSurviveBinding/Config_entry.cs deleted file mode 100644 index 85a6701..0000000 --- a/csharp-binding/LibSurviveBinding/Config_entry.cs +++ /dev/null @@ -1,31 +0,0 @@ -namespace LibSurviveBinding -{ - - // internal class Config_entry - // { - // char[] tag; - // cval_type type; - // /** - // union { - //uint32_t i; - // FLT f; - // } - - // numeric; - // **/ - // char* data; - // uint32_t elements; - - // } - - // public enum cval_type - // { - // CONFIG_UNKNOWN = 0, - // CONFIG_FLOAT = 1, - // CONFIG_UINT32 = 2, - // CONFIG_STRING = 3, - // CONFIG_FLOAT_ARRAY = 4, - // } - - -} \ No newline at end of file -- cgit v1.2.3