From 1b570c1e6603c623c1c32b3d033a453f93eb0596 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 09:06:50 +0000 Subject: [PATCH] Removed CheckUUID from common/uuid.{cpp,h} as it isn't used at all. --- source/common/uuid.cpp | 13 +------------ source/common/uuid.h | 1 - 2 files changed, 1 insertion(+), 13 deletions(-) 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 -- 2.39.2