diff options
Diffstat (limited to 'project2/daemon/p2daemonAppEngine.h')
-rw-r--r-- | project2/daemon/p2daemonAppEngine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/project2/daemon/p2daemonAppEngine.h b/project2/daemon/p2daemonAppEngine.h index 236bef6..e6632f2 100644 --- a/project2/daemon/p2daemonAppEngine.h +++ b/project2/daemon/p2daemonAppEngine.h @@ -16,12 +16,8 @@ class DaemonAppEngine { static Glib::ustring reqPlatform; static std::string daemonType; - static boost::optional<std::string> libraryPath; private: - static boost::shared_ptr<void> loadLibrary(const std::string & path); - - boost::shared_ptr<void> library; static void shutdown(int); static DaemonPtr daemon; }; |