Guard libdatachannel. Remove unused code

This commit is contained in:
Lam Wei Lun
2026-09-15 16:33:12 +08:00
parent e48f9f47d2
commit 79c20a1fad
4 changed files with 10 additions and 26 deletions
-15
View File
@@ -68,19 +68,4 @@ void WebMediaController::Stop()
m_webview->Stop();
}
// wxMediaState WebMediaController::GetState()
// {
// return wxMediaState{};
// }
// int WebMediaController::GetLastError() const
// {
// return 0;
// }
// wxSize WebMediaController::GetVideoSize() const
// {
// return wxSize{};
// }
}} // namespace Slic3r::GUI