Remove one instance of the USING_XCODE preprocessor variable that is not necessary.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11910 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-08-31 16:14:39 +00:00
parent 4d55e204f8
commit b1e25e4838

View File

@ -370,7 +370,7 @@ int load_the_menu(char* fname)
char line[256], mname[64],iname[64],cname[64];
int i, j;
fin = fl_fopen(fname,"r");
#if defined ( USING_XCODE )
#if defined ( __APPLE__ )
if (fin == NULL) {
// mac os bundle menu detection:
char* pos = strrchr(fname,'/');