aboutsummaryrefslogtreecommitdiff
path: root/src/noise.cpp
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-06-18 19:55:15 +0200
committerGitHub <noreply@github.com>2017-06-18 19:55:15 +0200
commit4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f (patch)
tree57ce8401a5f6538024c1f19d37d576fba21e147b /src/noise.cpp
parent8f7785771b9e02b1a1daf7a252550d78ea93053d (diff)
downloadhax-minetest-server-4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f.tar.gz
hax-minetest-server-4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f.zip
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Diffstat (limited to 'src/noise.cpp')
-rw-r--r--src/noise.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/noise.cpp b/src/noise.cpp
index b918c9936..e75fb8278 100644
--- a/src/noise.cpp
+++ b/src/noise.cpp
@@ -433,10 +433,6 @@ Noise::Noise(NoiseParams *np_, s32 seed, u32 sx, u32 sy, u32 sz)
this->sy = sy;
this->sz = sz;
- this->persist_buf = NULL;
- this->gradient_buf = NULL;
- this->result = NULL;
-
allocBuffers();
}