Cleanup: remove unused defines
This commit is contained in:
@@ -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"};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
#include <algorithm> /* For `min/max`. */
|
||||
#include <cstring>
|
||||
|
||||
#define KEEP_SINGLE_COPY 1
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name IndexBufBuilder
|
||||
* \{ */
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user