From d541e55be1061c81b88936a22365804e7b13d2cf Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 29 Nov 2015 13:23:48 +0000 Subject: [PATCH] Removed references to the boost library in remaining source and header files. --- source/common/etag.h | 1 - source/contacteditor/frmContactEditor-Save.cpp | 4 ---- source/frmMain.cpp | 1 - 3 files changed, 6 deletions(-) diff --git a/source/common/etag.h b/source/common/etag.h index f68929c..1686fa5 100644 --- a/source/common/etag.h +++ b/source/common/etag.h @@ -52,7 +52,6 @@ public: wxString GetETagOriginal(wxString Filename); bool CheckETagExists(wxString Filename); bool ETagExists(wxString Filename); - //boost::mutex ProcessLock; // ETagDB functions. diff --git a/source/contacteditor/frmContactEditor-Save.cpp b/source/contacteditor/frmContactEditor-Save.cpp index 4f6e12d..9cb3c71 100644 --- a/source/contacteditor/frmContactEditor-Save.cpp +++ b/source/contacteditor/frmContactEditor-Save.cpp @@ -141,10 +141,6 @@ void frmContactEditor::SaveContact( wxCommandEvent& event ) // UID Token is empty. (Shouldn't be). // Generate a new UID Token. - /*boost::uuids::uuid ContactUUID = boost::uuids::random_generator()(); - std::string sstContactUUID = boost::uuids::to_string(ContactUUID); - wxString strContactUUID(sstContactUUID.c_str(), wxConvUTF8); - UIDToken = strContactUUID;*/ UIDToken = GenerateUUID(); UIDToken = UIDToken.MakeUpper(); diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 14fc084..4614fd6 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -32,7 +32,6 @@ #include #include #include -//#include // Include the forms. -- 2.39.2