Mercurial > audlegacy-plugins
comparison src/null/null.c @ 1190:ed2d7787779e trunk
more warning elimination.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Thu, 21 Jun 2007 17:33:00 +0900 |
| parents | 8cf22270e0bf |
| children | f34112ab9101 |
comparison
equal
deleted
inserted
replaced
| 1189:af5bd4592100 | 1190:ed2d7787779e |
|---|---|
| 142 return 1; | 142 return 1; |
| 143 } | 143 } |
| 144 | 144 |
| 145 static void null_write(void *ptr, int length) | 145 static void null_write(void *ptr, int length) |
| 146 { | 146 { |
| 147 #if 0 | |
| 147 EffectPlugin *ep; | 148 EffectPlugin *ep; |
| 149 #endif | |
| 148 if (timer && !started) | 150 if (timer && !started) |
| 149 { | 151 { |
| 150 g_timer_start(timer); | 152 g_timer_start(timer); |
| 151 started = TRUE; | 153 started = TRUE; |
| 152 } | 154 } |
