summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/highscore.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/highscore.c')
-rw-r--r--apps/plugins/lib/highscore.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/plugins/lib/highscore.c b/apps/plugins/lib/highscore.c
index f475651eab..9d3b19ea48 100644
--- a/apps/plugins/lib/highscore.c
+++ b/apps/plugins/lib/highscore.c
@@ -21,13 +21,6 @@
21#include "plugin.h" 21#include "plugin.h"
22#include "highscore.h" 22#include "highscore.h"
23 23
24static const struct plugin_api *rb;
25
26void highscore_init(const struct plugin_api* newrb)
27{
28 rb = newrb;
29}
30
31int highscore_save(char *filename, struct highscore *scores, int num_scores) 24int highscore_save(char *filename, struct highscore *scores, int num_scores)
32{ 25{
33 int i; 26 int i;