Index: src/libchcore/TFeedbackHandlerBase.h
===================================================================
diff -u -r671f4b1792a20d98b186f4e0a9cc6a620dede019 -r2755e12daeccb1935f569e7235e685e566b0b098
--- src/libchcore/TFeedbackHandlerBase.h	(.../TFeedbackHandlerBase.h)	(revision 671f4b1792a20d98b186f4e0a9cc6a620dede019)
+++ src/libchcore/TFeedbackHandlerBase.h	(.../TFeedbackHandlerBase.h)	(revision 2755e12daeccb1935f569e7235e685e566b0b098)
@@ -52,12 +52,6 @@
 	void SetNotEnoughSpacePermanentResponse(EFeedbackResult ePermanentResult) { m_eNotEnoughSpace = ePermanentResult; }
 	EFeedbackResult GetNotEnoughSpacePermanentResponse() const { return m_eNotEnoughSpace; }
 
-	void SetOperationFinishedPermanentResponse(EFeedbackResult ePermanentResult) { m_eOperationFinished = ePermanentResult; }
-	EFeedbackResult GetOperationFinishedPermanentResponse() const { return m_eOperationFinished; }
-
-	void SetOperationErrorPermanentResponse(EFeedbackResult ePermanentResult) { m_eOperationError = ePermanentResult; }
-	EFeedbackResult GetOperationErrorPermanentResponse() const { return m_eOperationError; }
-
 	// resets the permanent status from all responses
 	virtual void RestoreDefaults() override;