Skip to content
Snippets Groups Projects
Commit 8a36aa84 authored by llea's avatar llea
Browse files

Remove unused code

parent f1102266
Branches
Tags
No related merge requests found
...@@ -44,16 +44,7 @@ using namespace std; ...@@ -44,16 +44,7 @@ using namespace std;
// AudioRtp // AudioRtp
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
AudioRtp::AudioRtp () { AudioRtp::AudioRtp () {
string svr;
_RTXThread = NULL; _RTXThread = NULL;
if (!Manager::instance().useStun() &&
get_config_fields_str(SIGNALISATION, PROXY).empty()) {
svr = get_config_fields_str(SIGNALISATION, PROXY);
} else {
svr = get_config_fields_str(SIGNALISATION, HOST_PART);
}
} }
AudioRtp::~AudioRtp (void) { AudioRtp::~AudioRtp (void) {
......
...@@ -1046,7 +1046,6 @@ QtGUIMainWindow::qt_transferCall (short id) ...@@ -1046,7 +1046,6 @@ QtGUIMainWindow::qt_transferCall (short id)
{ {
int i; int i;
_debug("------- qt_transferCall id = %d\n", id);
if (id != -1) { if (id != -1) {
const string to(_lcd->getTextBuffer().ascii());; const string to(_lcd->getTextBuffer().ascii());;
_debug("qt_transferCall: Transfer call %d to %s number\n", id, to.data()); _debug("qt_transferCall: Transfer call %d to %s number\n", id, to.data());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment