summaryrefslogtreecommitdiff
path: root/src/GodotSetSessionDescriptionObserver.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-01-03 19:43:01 +0100
committerGitHub <noreply@github.com>2020-01-03 19:43:01 +0100
commit61e45cb083a2879bed238f3052f7c12bd230da16 (patch)
tree8a8f727a8d79342f2bd5df79bc58fc32b964b821 /src/GodotSetSessionDescriptionObserver.cpp
parent423454086e21d40a545f9e46d6e35c1b3c557d77 (diff)
parent6983019cab6acc39d3e4157f7e03aafadb2291df (diff)
downloadgodot-webrtc-native-61e45cb083a2879bed238f3052f7c12bd230da16.tar.gz
godot-webrtc-native-61e45cb083a2879bed238f3052f7c12bd230da16.tar.bz2
godot-webrtc-native-61e45cb083a2879bed238f3052f7c12bd230da16.zip
Merge pull request #10 from Faless/refactor/better-scons
Better build script, readme
Diffstat (limited to 'src/GodotSetSessionDescriptionObserver.cpp')
-rw-r--r--src/GodotSetSessionDescriptionObserver.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/GodotSetSessionDescriptionObserver.cpp b/src/GodotSetSessionDescriptionObserver.cpp
deleted file mode 100644
index 96d466c..0000000
--- a/src/GodotSetSessionDescriptionObserver.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "WebRTCLibPeerConnection.hpp"
-
-using namespace godot_webrtc;
-
-WebRTCLibPeerConnection::GodotSSDO::GodotSSDO(WebRTCLibPeerConnection *parent) {
- this->parent = parent;
-}
-
-void WebRTCLibPeerConnection::GodotSSDO::OnSuccess(){};
-
-void WebRTCLibPeerConnection::GodotSSDO::OnFailure(const std::string &error){};