From e87f08b1e50af8ad416e34fe7365aa5fb6fe5e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 1 Oct 2022 08:48:57 -0700 Subject: [PATCH] Cleanup. --- src/bgfx.cpp | 1 - src/bgfx_p.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index a5eb13a6f..8594cda96 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -265,7 +265,6 @@ namespace bgfx BX_CLASS(ThreadData , NO_DEFAULT_CTOR , NO_COPY - , NO_COPY_ASSIGNMENT ); public: diff --git a/src/bgfx_p.h b/src/bgfx_p.h index d4a7434ab..c7f88d329 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -788,7 +788,6 @@ namespace bgfx { BX_CLASS(CommandBuffer , NO_COPY - , NO_COPY_ASSIGNMENT ); public: