From 698c6ffb471b2fb4f040c3d84861d5bc8cba94a7 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Mon, 7 Mar 2011 12:17:10 -0500 Subject: [PATCH] [#5286] Code cleanup --- sflphone-common/src/config/yamlemitter.cpp | 9 +-------- sflphone-common/src/config/yamlemitter.h | 4 ---- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/sflphone-common/src/config/yamlemitter.cpp b/sflphone-common/src/config/yamlemitter.cpp index c39502d6ba..ce976b56f7 100644 --- a/sflphone-common/src/config/yamlemitter.cpp +++ b/sflphone-common/src/config/yamlemitter.cpp @@ -73,7 +73,7 @@ void YamlEmitter::open() throw(YamlEmitterException) } } -void YamlEmitter::close() throw(YamlEmitterException) { +void YamlEmitter::close() throw(YamlEmitterException) { _debug ("YamlEmitter: Close"); @@ -91,13 +91,6 @@ void YamlEmitter::close() throw(YamlEmitterException) { } -void YamlEmitter::read() {} - -void YamlEmitter::write() -{ - -} - void YamlEmitter::serializeData() throw(YamlEmitterException) { // Document object is destroyed once its content is emitted diff --git a/sflphone-common/src/config/yamlemitter.h b/sflphone-common/src/config/yamlemitter.h index b478562707..b284072b58 100644 --- a/sflphone-common/src/config/yamlemitter.h +++ b/sflphone-common/src/config/yamlemitter.h @@ -73,10 +73,6 @@ class YamlEmitter void close() throw(YamlEmitterException); - void read(); - - void write(); - void serializeAccount (MappingNode *map) throw(YamlEmitterException); void serializePreference (MappingNode *map) throw(YamlEmitterException); -- GitLab