no message
This commit is contained in:
@@ -368,15 +368,6 @@ public class ProjectArray extends DBObject {
|
||||
return (State == ArrayState.Selected);
|
||||
}
|
||||
//-
|
||||
@Override
|
||||
public boolean isVisible() {
|
||||
if (isTemplFlag > 0) return true;
|
||||
return shortName.startsWith(filterName) &&
|
||||
location.toString().startsWith(filterLocation) &&
|
||||
locName.startsWith(filterLocationName) &&
|
||||
has_decl_place(filterFile) &&
|
||||
has_region(filterRegion);
|
||||
}
|
||||
public void init_new_ac() {
|
||||
ac_new.clear();
|
||||
for (int dim : ac_current.keySet())
|
||||
|
||||
Reference in New Issue
Block a user