Cleanup: remove unused defines

This commit is contained in:
Campbell Barton
2025-03-29 11:49:08 +11:00
parent 1ad24979f7
commit 12e3a046a5
4 changed files with 0 additions and 8 deletions

View File

@@ -170,9 +170,6 @@
*/
#define USE_BHEAD_READ_ON_DEMAND
/** Use #GHash for restoring pointers by name. */
#define USE_GHASH_RESTORE_POINTER
static CLG_LogRef LOG = {"blo.readfile"};
static CLG_LogRef LOG_UNDO = {"blo.readfile.undo"};

View File

@@ -29,8 +29,6 @@
extern "C" char datatoc_gpu_shader_depth_only_frag_glsl[];
extern "C" char datatoc_common_fullscreen_vert_glsl[];
#define USE_DEFERRED_COMPILATION 1
using namespace blender;
/* -------------------------------------------------------------------- */

View File

@@ -26,8 +26,6 @@
#include <algorithm> /* For `min/max`. */
#include <cstring>
#define KEEP_SINGLE_COPY 1
/* -------------------------------------------------------------------- */
/** \name IndexBufBuilder
* \{ */

View File

@@ -775,7 +775,6 @@ static void wm_xr_raycast(Scene *scene,
* \{ */
#define XR_DEFAULT_FLY_SPEED_MOVE 0.054f
#define XR_DEFAULT_FLY_SPEED_TURN 0.03f
enum eXrFlyMode {
XR_FLY_FORWARD = 0,