aboutsummaryrefslogtreecommitdiff
path: root/src/survive_driverman.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-08 01:01:42 -0500
committercnlohr <lohr85@gmail.com>2017-03-08 01:01:42 -0500
commit2a4a803b2f162692ca11e700b32da0a77049bfd2 (patch)
tree0f4580ce91c8e43a1c692948010402abcfacf075 /src/survive_driverman.h
parenta087915c5dd8c356911453a019723ebaa9904a36 (diff)
downloadlibsurvive-2a4a803b2f162692ca11e700b32da0a77049bfd2.tar.gz
libsurvive-2a4a803b2f162692ca11e700b32da0a77049bfd2.tar.bz2
cleaning up more header stuff
Diffstat (limited to 'src/survive_driverman.h')
-rw-r--r--src/survive_driverman.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/survive_driverman.h b/src/survive_driverman.h
deleted file mode 100644
index 216333a..0000000
--- a/src/survive_driverman.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// (C) 2017 <>< C. N. Lohr, Under MIT/x11 License.
-//
-// This file is intended to be used for self-registering functions. By using
-// this it means that you do not need to have complicated switch statements or
-// #defines for dfferent inclusion of drivers/other code. You can simply
-// register your function and it will be put into a list.
-//
-//
-
-#ifndef SURVIVE_DRIVERMAN_H
-#define SURVIVE_DRIVERMAN_H
-
-#include "survive.h"
-
-//Very little here. Mostly included in survive.h.
-
-//Driver registration
-#define MAX_DRIVERS 32
-
-
-#endif
-