summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-12-06 10:03:14 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-12-06 10:03:14 +0100
commit56756b41c298d2c342e7052b1486b6279087edc6 (patch)
tree1ab8e2b782a91282d914e1b8092188dbdbc7be21 /src
parent85f5887625c7c1d193da5f521786b7dfce1091ed (diff)
Remove unnecessary friend declaration
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H1
1 files changed, 0 insertions, 1 deletions
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;