aboutsummaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2016-02-22 11:05:51 +0000
committerDaniel Lezcano <daniel.lezcano@linaro.org>2016-02-22 11:05:51 +0000
commit1eedd480214d97dd80defc19b0849ea45cd692ef (patch)
tree1fc17e88ec55215d133f622505ae07b2575cb4ea /display.h
parent627d28d60f885fed586695f2837b097026afd883 (diff)
Revert "display error on module window"
This reverts commit 96f6e050107da5d258280b785e5ed410d534a775. Conflicts: gpio.c regulator.c sensor.c Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/display.h b/display.h
index d8f87bf..46095cb 100644
--- a/display.h
+++ b/display.h
@@ -33,7 +33,6 @@ struct powerdebug_options;
extern int display_print_line(int window, int line, char *str,
int bold, void *data);
-extern void display_message(int window, char *buf);
extern int display_refresh_pad(int window);
extern int display_reset_cursor(int window);