diff options
author | Frederic Culot <calcurse@culot.org> | 2006-12-13 09:33:01 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-12-13 09:33:01 +0000 |
commit | 1c9570fb8d279c3eba4215880e848b8534f1fe3f (patch) | |
tree | be083d0360031a0ca39cf71da0149d387608d9c7 | |
parent | 86dbf7b63d23ceb27e1c8c3d15c47d4c1dcb78e1 (diff) | |
download | calcurse-1c9570fb8d279c3eba4215880e848b8534f1fe3f.zip |
scroller() suppressed
-rwxr-xr-x | src/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 215fca0..78d6fe8 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.10 2006/12/08 08:35:55 culot Exp $ */ +/* $calcurse: utils.h,v 1.11 2006/12/13 09:33:01 culot Exp $ */ /* * Calcurse - text-based organizer @@ -61,7 +61,6 @@ void updatestring(WINDOW *win, int colr, char **str, int x, int y); int is_all_digit(char *string); void border_color(WINDOW *window, int bcolr); void border_nocolor(WINDOW *window); -void scroller(WINDOW *win, char *, int x, int y, int nb_row, int nb_col); void status_bar(int which_pan, int colr, int nc_bar, int nl_bar); long date2sec(unsigned year, unsigned month, unsigned day, unsigned hour, unsigned min); |