diff Framework/StoneException.h @ 1057:5df50e0f0390

removing unused class IPromise
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Oct 2019 13:37:21 +0200
parents 348866dd217c
children 6dd90b8d1589
line wrap: on
line diff
--- a/Framework/StoneException.h	Thu Oct 10 16:07:58 2019 +0200
+++ b/Framework/StoneException.h	Fri Oct 11 13:37:21 2019 +0200
@@ -36,9 +36,6 @@
     ErrorCode_ApplicationException, // this StoneException is specific to an application (and should have its own internal error code)
     ErrorCode_NotImplemented, // case not implemented
 
-    ErrorCode_PromiseSingleSuccessHandler, // a Promise can only have a single success handler
-    ErrorCode_PromiseSingleFailureHandler, // a Promise can only have a single failure handler
-
     ErrorCode_CanOnlyAddOneLayerAtATime,
     ErrorCode_CommandJsonInvalidFormat,
     ErrorCode_WebGLContextLost,