mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-25 09:50:59 +00:00
Guard libdatachannel. Remove unused code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user