From d63c0f7e4b2c151b8f527e77dd291eb4633e46db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Tue, 7 Jun 2022 16:26:01 -0300 Subject: [PATCH] Remove unnecessary DRM_CONFIGURE macro definition --- src/app/drm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/drm.h b/src/app/drm.h index 9ab1d1b98..daf02f0d8 100644 --- a/src/app/drm.h +++ b/src/app/drm.h @@ -12,7 +12,6 @@ #include "drm/drm.h" #else #define DRM_INVALID if (false) - #define DRM_CONFIGURE(path, userAgent) #endif #endif