Remove default message, user will provide message if they want to

This commit is contained in:
Khue Doan 2019-06-16 01:06:10 +07:00
parent 3b860883e1
commit ec670edc0c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static const float alpha = 0.3;
static const int failonclear = 1;
/* default message */
static const char * message = "Enter password to unlock";
static const char * message = "";
/* text color */
static const char * text_color = "#ffffff";