From: Steve Brokenshire Date: Sun, 13 Mar 2016 09:06:50 +0000 (+0000) Subject: Removed CheckUUID from common/uuid.{cpp,h} as it isn't used at all. X-Git-Tag: release-0.11~139 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=1b570c1e6603c623c1c32b3d033a453f93eb0596 Removed CheckUUID from common/uuid.{cpp,h} as it isn't used at all. --- diff --git a/source/common/uuid.cpp b/source/common/uuid.cpp index 57018dd..e3751df 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -65,15 +65,4 @@ wxString GenerateUUID() return Result; -} - -bool CheckUUID(wxString UUIDInc) -{ - - // Check the UUID of the object. - - bool Result = FALSE; - - return Result; - -} +} \ No newline at end of file diff --git a/source/common/uuid.h b/source/common/uuid.h index c8a14a8..9fb9447 100644 --- a/source/common/uuid.h +++ b/source/common/uuid.h @@ -22,6 +22,5 @@ #define COMMON_UUID_H wxString GenerateUUID(); -bool CheckUUID(wxString UUIDInc); #endif \ No newline at end of file