summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server.h b/src/server.h
index 32ce8eb53..328c7fb9c 100644
--- a/src/server.h
+++ b/src/server.h
@@ -640,9 +640,6 @@ private:
// functionality
bool m_simple_singleplayer_mode;
- // Equivalent of /usr/share/minetest/server
- std::string m_path_share;
-
// Thread can set; step() will throw as ServerError
MutexedVariable<std::string> m_async_fatal_error;