From c6a7047a202de853ef8fb66fa82fee18b8bdeebe Mon Sep 17 00:00:00 2001 From: pierreguillot Date: Tue, 7 Jul 2015 18:23:24 +0200 Subject: [PATCH] update MVC --- Sources/eobj.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/eobj.c b/Sources/eobj.c index 1f7820c..52fea46 100644 --- a/Sources/eobj.c +++ b/Sources/eobj.c @@ -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) @@ -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);