X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fuuid.cpp;h=f3603b19733fbcfee9fa36cb7f3bd2edc18a9a78;hb=a217e7366f768d671fa325ebe8546d57ce9524e6;hp=a6588297cace5acc40f3a55305cddade68ee374b;hpb=83f620ca2393f02d875f558455f4270fa1a64ccb;p=xestiaab%2F.git diff --git a/source/common/uuid.cpp b/source/common/uuid.cpp index a658829..f3603b1 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -11,10 +11,6 @@ wxString GenerateUUID() wxString Result(UUIDStr); #elif defined(__HAIKU__) -#elif defined(__APPLE__) - - wxString Result; - #else #include @@ -40,19 +36,6 @@ wxString GenerateUUID() pclose(uuid_hdl); -/*#include - - uuid_t *uuid; - uuid_create(&uuid); - char *strdata[100]; - - strdata = NULL; - - wxString Result = wxString::FromUTF8(strdata); - - delete strdata; - strdata = NULL;*/ - #endif return Result;