Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
update MVC
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 7, 2015
1 parent e845a4a commit c6a7047
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/eobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ void eobj_read(t_eobj* x, t_symbol* s, int argc, t_atom *argv)
c->c_widget.w_read(x, s, 1, av);
return;
}
#ifndef _MSC_VER
// Look in the search path
var = sys_searchpath;
while (var)
Expand All @@ -313,8 +312,6 @@ void eobj_read(t_eobj* x, t_symbol* s, int argc, t_atom *argv)
}
var = var->nl_next;
}
#endif

// Nothing work but we don't care
if(c->c_widget.w_read)
c->c_widget.w_read(x, s, 1, av);
Expand Down

0 comments on commit c6a7047

Please sign in to comment.