[cl_menu] Remove a stale FIXME

This commit is contained in:
Bill Currie 2020-03-27 22:12:45 +09:00
parent 653eabfdbf
commit 1efbb2ab49

View file

@ -145,7 +145,7 @@ string_from_plist (PLString *plstring)
local @param ret;
local string str = [plstring string];
ret = nil; //FIXME should be ret = nil;
ret = nil;
if (str_mid (str, 0, 1) == "[")
return rect_from_plist (plstring);