disabled mutex/lock because of problems with FW 4.0

This commit is contained in:
ardi@ist-einmalig.de 2009-05-08 21:02:41 +00:00
parent 728f0ab124
commit d71d7775b4

View File

@ -422,7 +422,9 @@ public:
private:
GuiElement *element;
};
#define LOCK(e) SimpleLock LOCK(e)
//#define LOCK(e) SimpleLock LOCK(e)
//disabled because of problems with FW 4.0
#define LOCK(e)
//!Allows GuiElements to be grouped together into a "window"
class GuiWindow : public GuiElement