summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox')
-rw-r--r--apps/plugins/pdbox/pdbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/pdbox/pdbox.c b/apps/plugins/pdbox/pdbox.c
index 7f4a7ac6dc..3ba6f4e2cb 100644
--- a/apps/plugins/pdbox/pdbox.c
+++ b/apps/plugins/pdbox/pdbox.c
@@ -29,8 +29,6 @@
29 29
30/* Welcome to the PDBox plugin */ 30/* Welcome to the PDBox plugin */
31 31
32PLUGIN_IRAM_DECLARE
33
34/* Name of the file to open. */ 32/* Name of the file to open. */
35char* filename; 33char* filename;
36 34
@@ -159,8 +157,6 @@ void core_thread(void)
159/* Plug-in entry point */ 157/* Plug-in entry point */
160enum plugin_status plugin_start(const void* parameter) 158enum plugin_status plugin_start(const void* parameter)
161{ 159{
162 PLUGIN_IRAM_INIT(rb)
163
164 /* Memory pool variables. */ 160 /* Memory pool variables. */
165 size_t mem_size; 161 size_t mem_size;
166 void* mem_pool; 162 void* mem_pool;