diff --git a/src/plug-in/Makefile.am b/src/plug-in/Makefile.am index c97ccdc21ad9d23126553e6efeda496aba88d944..35ea21e0390c242d1686bf722077cee6c60e9428 100644 --- a/src/plug-in/Makefile.am +++ b/src/plug-in/Makefile.am @@ -1,11 +1,9 @@ include ../../globals.mak -SUBDIRS=audiorecorder +SUBDIRS=audiorecorder test noinst_LTLIBRARIES = libplugin.la -SUBDIRS=test - libplugin_la_SOURCES = \ pluginmanager.cpp \ librarymanager.cpp diff --git a/src/sipvoiplink.cpp b/src/sipvoiplink.cpp index 21e899d63647ed257d112373ac5c471fe600aae2..c1a747292f40b3a856c135f9834d1e126ac6782e 100644 --- a/src/sipvoiplink.cpp +++ b/src/sipvoiplink.cpp @@ -947,10 +947,6 @@ SIPVoIPLink::SIPCallServerFailure(SIPCall *call) //} } -void -SIPVoIPLink::SIPCallClosed(SIPCall *call) -{ - void SIPVoIPLink::SIPCallClosed(SIPCall *call) {