X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fuuid.cpp;h=e3751df2c950ab3b39644764a125f23fddb8a59a;hb=4dab38868aa89e14497263a9ac0d6f737151cc09;hp=57018dd3251c154f91b936ec826ca9aa3bb77d8d;hpb=f3d3d01029a4e7e1d15e5e30ea628a3015c6d055;p=xestiaab%2F.git 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