From 56756b41c298d2c342e7052b1486b6279087edc6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:03:14 +0100 Subject: Remove unnecessary friend declaration --- src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index e2535cfb4..9a4f9a895 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -30,7 +30,6 @@ class Fl_Window; class Fl_Wayland_Screen_Driver : public Fl_Unix_Screen_Driver { - friend class Fl_Screen_Driver; private: static int insertion_point_x; static int insertion_point_y; -- cgit v1.2.3