summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz
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/Quartz
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/Quartz')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H1
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
index 739479d37..9b4a16fc6 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
@@ -48,7 +48,6 @@ class Fl_Quartz_Font_Descriptor;
This class is implemented only on the Mac OS X platform.
*/
class Fl_Quartz_Graphics_Driver : public Fl_Graphics_Driver {
- friend class Fl_Font_Descriptor;
friend class Fl_Cocoa_Printer_Driver;
friend class Fl_Quartz_Font_Descriptor;
protected:
diff --git a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
index 5d61c02c5..b9c7a7432 100644
--- a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
@@ -27,7 +27,6 @@
#include <ApplicationServices/ApplicationServices.h>
class Fl_Quartz_Image_Surface_Driver : public Fl_Image_Surface_Driver {
- friend class Fl_Image_Surface;
virtual void end_current_();
public:
Window pre_window;