aboutsummaryrefslogtreecommitdiff
path: root/src/rc-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-plugin.c')
-rw-r--r--src/rc-plugin.c4
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)