cec: close the connection when a comm error was detected, and notify the client via...
[deb_libcec.git] / src / cec-config / cec-config.cpp
index a7335c74a94ccd14bb8f6b75c5233ed9b344d6e3..5dbb9c8de19f6226ff26c8ee646cde7e48915bc7 100644 (file)
@@ -144,7 +144,6 @@ void EnableCallbacks(ICECAdapter *adapter)
   g_callbacks.CBCecLogMessage = &CecLogMessage;
   g_callbacks.CBCecKeyPress   = &CecKeyPress;
   g_callbacks.CBCecCommand    = &CecCommand;
-  g_callbacks.CBCecConfigurationChanged = NULL;
   adapter->EnableCallbacks(NULL, &g_callbacks);
 }