diff options
-rw-r--r-- | parameter/SystemClass.cpp | 5 | ||||
-rw-r--r-- | parameter/SystemClass.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/parameter/SystemClass.cpp b/parameter/SystemClass.cpp index 334772a..cc51112 100644 --- a/parameter/SystemClass.cpp +++ b/parameter/SystemClass.cpp @@ -309,8 +309,3 @@ void CSystemClass::cleanSubsystemsNeedToResync() pSubsystem->needResync(true); } } - -bool CSystemClass::init(string& strError) -{ - return base::init(strError); -} diff --git a/parameter/SystemClass.h b/parameter/SystemClass.h index a224609..dd215a6 100644 --- a/parameter/SystemClass.h +++ b/parameter/SystemClass.h @@ -72,7 +72,6 @@ public: void cleanSubsystemsNeedToResync(); // base - virtual bool init(std::string& strError); virtual std::string getKind() const; private: |