From cfbcd132caf1afde199e3fd8e4bcc5b3cc8bc254 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 2 Sep 2015 14:08:43 +0200 Subject: [PATCH] + fix linking error in Sandbox module --- src/Mod/Sandbox/App/DocumentProtector.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Mod/Sandbox/App/DocumentProtector.h b/src/Mod/Sandbox/App/DocumentProtector.h index c3ad491258..3c051a72dd 100644 --- a/src/Mod/Sandbox/App/DocumentProtector.h +++ b/src/Mod/Sandbox/App/DocumentProtector.h @@ -49,16 +49,8 @@ public: void recompute(); private: - /** Checks if a new document was created */ - void slotCreatedDocument(const App::Document& Doc); /** Checks if the given document is about to be closed */ void slotDeletedDocument(const App::Document& Doc); - /** Checks if a new object was added. */ - void slotCreatedObject(const App::DocumentObject& Obj); - /** Checks if the given object is about to be removed. */ - void slotDeletedObject(const App::DocumentObject& Obj); - /** The property of an observed object has changed */ - void slotChangedObject(const App::DocumentObject& Obj, const App::Property& Prop); void validate(); };