Remove temporary code used for development of the scaling support.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12257 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2017-06-10 06:28:12 +00:00
parent 741c2970fc
commit fe4f37519d
-10
View File
@@ -367,16 +367,6 @@ void Fl_X11_Screen_Driver::init() {
} }
} }
} }
/*#if __APPLE_CC__ && USE_XFT // TMP simulate 2 screens under XQuartz
if (strstr(getenv("DISPLAY"), "xquartz")) {
num_screens = 2;
screens[1].x_org = screens[0].width/2;;
screens[1].y_org = screens[0].y_org;
screens[1].width = screens[0].width = screens[0].width/2;
screens[1].height = screens[0].height;
screens[1].scale = screens[0].scale = 1;
}
#endif*/
init_workarea(); init_workarea();
} }