summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-06-27 12:26:49 +0000
committerManolo Gouy <Manolo>2018-06-27 12:26:49 +0000
commit8473a71e48f45a56ad95c4d2d13269c47f39c300 (patch)
tree94ef5f3516391a2e52485f6cfde1ad3d001c9738 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
parent87d186d68ce7580ad2e68967f457354b25429dfd (diff)
Remove a few useless 'friend' statements.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12983 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
index 14939cd18..509326727 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
@@ -53,7 +53,6 @@ struct Fl_Window_Driver::shape_data_type {
class FL_EXPORT Fl_WinAPI_Window_Driver : public Fl_Window_Driver
{
- friend class Fl_Window;
struct icon_data {
const void *legacy_icon;
Fl_RGB_Image **icons;