Remove useless line pasted by mistake, added extra comments

This commit is contained in:
QuentinArguillere
2020-08-06 15:32:06 +02:00
parent 69b7a7f447
commit 59b3f0d688

View File

@@ -194,6 +194,7 @@ class CallExampleContext : ObservableObject
}
// Callback for actions when a change in the Registration State happens
class LinphoneRegistrationDelegate: CoreDelegate {
var tutorialContext : CallExampleContext!
@@ -220,7 +221,8 @@ class LinphoneLoggingServiceManager: LoggingServiceDelegate {
}
}
let mCallStateTracer = CallStateDelegate()
// Callback for actions when a change in the Call State happens
class CallStateDelegate: CoreDelegate {
var tutorialContext : CallExampleContext!