]> git.sesse.net Git - casparcg/blobdiff - protocol/util/Thread.h
* Created custom decklink allocator for reducing memory footprint.
[casparcg] / protocol / util / Thread.h
index 46a00dbc7587d13bfbe795c5d376d4c0a7409313..caaef1946f9cff3b33c51b865926a5378402794c 100644 (file)
@@ -73,8 +73,6 @@ public:
 \r
        bool IsRunning();\r
 \r
-       static void EnableWin32ExceptionHandler(bool bEnable);\r
-\r
        void SetTimeout(DWORD timeout) {\r
                timeout_ = timeout;\r
        }\r
@@ -92,7 +90,6 @@ private:
        Event                   stopEvent_;\r
 \r
        DWORD                   timeout_;\r
-       static bool             static_bInstallWin32ExceptionHandler_;\r
 };\r
 \r
 }
\ No newline at end of file