aboutsummaryrefslogtreecommitdiff
path: root/zenutil/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-01-26 14:03:51 +0100
committerStefan Boberg <[email protected]>2023-01-26 14:03:51 +0100
commit2155332d14ad7d517e590f6f8cd90585d22f09ab (patch)
tree1e154a043ec1f42ed8c2a5116a7c5da2dac6541d /zenutil/include
parentmerge (diff)
downloadzen-2155332d14ad7d517e590f6f8cd90585d22f09ab.tar.xz
zen-2155332d14ad7d517e590f6f8cd90585d22f09ab.zip
removed some more mesh related debris
Diffstat (limited to 'zenutil/include')
-rw-r--r--zenutil/include/zenutil/zenserverprocess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zenutil/include/zenutil/zenserverprocess.h b/zenutil/include/zenutil/zenserverprocess.h
index 2a3146e2d..cdaf7bd89 100644
--- a/zenutil/include/zenutil/zenserverprocess.h
+++ b/zenutil/include/zenutil/zenserverprocess.h
@@ -47,7 +47,6 @@ struct ZenServerInstance
void WaitUntilReady();
[[nodiscard]] bool WaitUntilReady(int Timeout);
void EnableTermination() { m_Terminate = true; }
- void EnableMesh() { m_MeshEnabled = true; }
void Detach();
inline int GetPid() { return m_Process.Pid(); }
inline void SetOwnerPid(int Pid) { m_OwnerPid = Pid; }
@@ -71,7 +70,6 @@ private:
NamedEvent m_ShutdownEvent;
bool m_Terminate = false;
std::filesystem::path m_TestDir;
- bool m_MeshEnabled = false;
int m_BasePort = 0;
std::optional<int> m_OwnerPid;