diff options
author | Roy Marples <roy@marples.name> | 2007-07-11 12:06:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-11 12:06:37 +0000 |
commit | 356c41f77cb43eb274fea4fce6987ffcc6c03680 (patch) | |
tree | a6426bcd7e6527fd73a50bc40834ad8a2e286c44 /src/rc-plugin.c | |
parent | 35d860710a383767012b516d1eef5346dc49e6d9 (diff) |
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
Diffstat (limited to 'src/rc-plugin.c')
-rw-r--r-- | src/rc-plugin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rc-plugin.c b/src/rc-plugin.c index 6a82c22a..d8db975a 100644 --- a/src/rc-plugin.c +++ b/src/rc-plugin.c @@ -113,8 +113,6 @@ void rc_plugin_run (rc_hook_t hook, const char *value) if (rc_in_plugin) return; - eflush (); - while (plugin) { if (plugin->hook) { int i; @@ -186,8 +184,6 @@ void rc_plugin_run (rc_hook_t hook, const char *value) } plugin = plugin->next; } - - eflush (); } void rc_plugin_unload (void) |