From 73dba0ce8619cc5a362f1fa1a39b92ce09a4a0f2 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 3 Feb 2022 22:05:21 -0600 Subject: [PATCH] [nostalgia/core] Remove attribute list from Context friend function --- src/nostalgia/core/context.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nostalgia/core/context.hpp b/src/nostalgia/core/context.hpp index ae8213e2..e4f03d86 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -27,7 +27,6 @@ class Drawer { class Context { friend constexpr void setApplicationData(Context *ctx, void *applicationData) noexcept; template - [[nodiscard]] friend constexpr T *applicationData(Context *ctx) noexcept; friend bool bgStatus(Context *ctx, unsigned bg) noexcept; friend common::Size getScreenSize(Context *ctx) noexcept;