summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/jingle_info_task.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/jingle_info_task.cc')
-rw-r--r--remoting/jingle_glue/jingle_info_task.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/jingle_glue/jingle_info_task.cc b/remoting/jingle_glue/jingle_info_task.cc
index 309caf0..ca10e6a 100644
--- a/remoting/jingle_glue/jingle_info_task.cc
+++ b/remoting/jingle_glue/jingle_info_task.cc
@@ -62,12 +62,6 @@ class JingleInfoTask::JingleInfoGetTask : public XmppTask {
};
-JingleInfoTask::JingleInfoTask(talk_base::TaskParent* parent)
- : XmppTask(parent, buzz::XmppEngine::HL_TYPE) {
-}
-
-JingleInfoTask::~JingleInfoTask() {}
-
void JingleInfoTask::RefreshJingleInfoNow() {
JingleInfoGetTask* get_task = new JingleInfoGetTask(this);
get_task->Start();