summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_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/Quartz/Fl_Quartz_Graphics_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/Quartz/Fl_Quartz_Graphics_Driver.H')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H1
1 files changed, 0 insertions, 1 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: