summaryrefslogtreecommitdiff
path: root/src/elements/nwhl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/nwhl.cpp')
-rw-r--r--src/elements/nwhl.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/elements/nwhl.cpp b/src/elements/nwhl.cpp
deleted file mode 100644
index cae189a..0000000
--- a/src/elements/nwhl.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "simulation/Element.h"
-
-int update_NWHL(UPDATE_FUNC_ARGS) {
- sim->gravmap[(y/CELL)*(XRES/CELL)+(x/CELL)] -= 0.1f;
- return 0;
-}