refactor: remove unused defaultSocketPath utility function from StardustBridge

This commit is contained in:
MayaTheShy
2025-11-09 00:00:58 -05:00
parent 3ec860e33d
commit 0d078e8654

View File

@@ -50,9 +50,6 @@ public:
glm::vec2 joystick() const { return m_joystick; } // x,y in [-1, 1]
glm::mat4 headPose() const { return m_headPose; } // world-from-head
// Utility: compute default IPC socket path (first-best guess).
static std::string defaultSocketPath();
~StardustBridge();
// Explicit cleanup
void close();