[Bf-blender-cvs] [1a6d76c5c76] xr-actions-D9124: Remove unused parameter

Peter Kim noreply at git.blender.org
Sat Oct 31 15:38:57 CET 2020


Commit: 1a6d76c5c76bc740d1b85c088003ac34027fd909
Author: Peter Kim
Date:   Sat Oct 31 22:27:00 2020 +0900
Branches: xr-actions-D9124
https://developer.blender.org/rB1a6d76c5c76bc740d1b85c088003ac34027fd909

Remove unused parameter

===================================================================

M	intern/ghost/intern/GHOST_XrException.h

===================================================================

diff --git a/intern/ghost/intern/GHOST_XrException.h b/intern/ghost/intern/GHOST_XrException.h
index f46d2ee8579..30c33eaf98f 100644
--- a/intern/ghost/intern/GHOST_XrException.h
+++ b/intern/ghost/intern/GHOST_XrException.h
@@ -26,7 +26,7 @@ class GHOST_XrException : public std::exception {
   friend class GHOST_XrContext;
 
  public:
-  GHOST_XrException(const char *msg, int result = 0, bool destroy_runtime = true)
+  GHOST_XrException(const char *msg, int result = 0)
       : std::exception(), m_msg(msg), m_result(result)
   {
   }



More information about the Bf-blender-cvs mailing list