Mac port update
* Update Mac port to new options system. * Update Mac-specific documentation. * Remove hardcoded version strings. * Remove obsolete popup_dialog.
This commit is contained in:
+1
-6
@@ -59,12 +59,7 @@ char def;
|
||||
* If resp is NULL, any single character is accepted and returned.
|
||||
*/
|
||||
{
|
||||
#if ENABLE_MAC_POPUP
|
||||
if (iflags.popup_dialog)
|
||||
return popup_yn_function(query, resp, def);
|
||||
else
|
||||
#endif
|
||||
return topl_yn_function(query, resp, def);
|
||||
}
|
||||
|
||||
/*topl.c*/
|
||||
/* mactopl.c */
|
||||
|
||||
Reference in New Issue
Block a user