summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/video.h')
-rw-r--r--video/out/gpu/video.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index adbe0c94c2..8b84db8b58 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -28,10 +28,6 @@
#include "video/csputils.h"
#include "video/out/filter_kernels.h"
-// Assume we have this many texture units for sourcing additional passes.
-// The actual texture unit assignment is dynamic.
-#define TEXUNIT_VIDEO_NUM 6
-
struct scaler_fun {
char *name;
float params[2];