X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fuuid.cpp;h=f28510ecaf85937334f0306e8ecf933a757d2b7a;hb=ea5f276a69989d4e5797b49083322bac2c9a820c;hp=57018dd3251c154f91b936ec826ca9aa3bb77d8d;hpb=f3d3d01029a4e7e1d15e5e30ea628a3015c6d055;p=xestiaab%2F.git diff --git a/source/common/uuid.cpp b/source/common/uuid.cpp index 57018dd..f28510e 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -48,10 +48,6 @@ wxString GenerateUUID() char strdata[64]; std::string uuidout; - size_t readsize; - int size = 0; - int maxsize = 63; - while (fgets(strdata, sizeof(strdata), uuid_hdl) != NULL){ uuidout.append(strdata); } @@ -65,15 +61,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