summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/World.h b/src/World.h
index 92376b4a0..73b8b81b0 100644
--- a/src/World.h
+++ b/src/World.h
@@ -630,12 +630,6 @@ public:
bool ShouldUseChatPrefixes(void) const { return m_bUseChatPrefixes; }
void SetShouldUseChatPrefixes(bool a_Flag) { m_bUseChatPrefixes = a_Flag; }
- bool AreNetherPortalsEnabled(void) const { return m_bNetherPortalsEnabled; }
- void SetNetherPortalsEnabled(bool a_Flag) { m_bNetherPortalsEnabled = a_Flag; }
-
- bool AreEndPortalsEnabled(void) const { return m_bEndPortalsEnabled; }
- void SetEndPortalsEnabled(bool a_Flag) { m_bEndPortalsEnabled = a_Flag; }
-
AString GetNetherWorldName(void) const { return m_NetherWorldName; }
void SetNetherWorldName(const AString & a_Name) { m_NetherWorldName = a_Name; }
@@ -938,12 +932,6 @@ private:
*/
eShrapnelLevel m_TNTShrapnelLevel;
- /** Whether nether portals teleport entities */
- bool m_bNetherPortalsEnabled;
-
- /** Whether end portals teleport entities */
- bool m_bEndPortalsEnabled;
-
/** Name of the nether world */
AString m_NetherWorldName;