summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 68b430d2f3..f61e799186 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -411,7 +411,6 @@ static const struct plugin_api rockbox_api = {
411 /* action handling */ 411 /* action handling */
412 get_custom_action, 412 get_custom_action,
413 get_action, 413 get_action,
414 action_signalscreenchange,
415 action_userabort, 414 action_userabort,
416 415
417 /* power */ 416 /* power */
@@ -515,7 +514,6 @@ int plugin_load(const char* plugin, void* parameter)
515 514
516 if (!p) 515 if (!p)
517 p = plugin; 516 p = plugin;
518 action_signalscreenchange();
519 517
520 if (pfn_tsr_exit != NULL) /* if we have a resident old plugin: */ 518 if (pfn_tsr_exit != NULL) /* if we have a resident old plugin: */
521 { 519 {
@@ -611,7 +609,6 @@ int plugin_load(const char* plugin, void* parameter)
611 rc = hdr->entry_point((struct plugin_api*) &rockbox_api, parameter); 609 rc = hdr->entry_point((struct plugin_api*) &rockbox_api, parameter);
612 /* explicitly casting the pointer here to avoid touching every plugin. */ 610 /* explicitly casting the pointer here to avoid touching every plugin. */
613 611
614 action_signalscreenchange();
615 button_clear_queue(); 612 button_clear_queue();
616 613
617#ifdef HAVE_LCD_BITMAP 614#ifdef HAVE_LCD_BITMAP