diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
commit | 691dabc423f0ac541038484ff69a2ec871c121d9 (patch) | |
tree | c04442e5ad96e216987ba065d5f0be401a149cbc /cyclone/shadow/dummies.c | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'cyclone/shadow/dummies.c')
-rw-r--r-- | cyclone/shadow/dummies.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cyclone/shadow/dummies.c b/cyclone/shadow/dummies.c index 3f857ef..6555aeb 100644 --- a/cyclone/shadow/dummies.c +++ b/cyclone/shadow/dummies.c @@ -486,7 +486,6 @@ static t_dummy_slot dummy_slots[] = { "swatch", 3, 2, 0, 0 }, { "sxformat", -1, 1, 0, (t_newmethod)dummy_sxformat_new }, { "sysexin", 1, 1, 0, 0 }, - { "Table", 2, 2, 0, 0 }, { "tapin~", 1, 1, 0, 0 }, { "tapout~", -1, -1, 0, (t_newmethod)dummy_tapout_tilde_new }, { "teeth~", 6, 1, 0, 0 }, @@ -548,7 +547,7 @@ static t_object *dummy_newobject(t_symbol *s, t_dummy_slot **slotp) bug("dummy_newobject"); /* create a "_dummy" in this case */ else if (!sl->s_warned) { - loud_warning((t_pd *)x, "dummy substitution"); + loud_warning((t_pd *)x, 0, "dummy substitution"); sl->s_warned = 1; } if (slotp) *slotp = sl; |