1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Removed not existent function. Spotted by Kalle.

(cherry picked from commit a76ecfb8ca)
This commit is contained in:
Witold Filipczyk 2007-10-07 15:50:08 +02:00 committed by Kalle Olavi Niemitalo
parent f62eca8d92
commit 54cf868429

View File

@ -43,7 +43,6 @@ int current_link_is_visible(struct document_view *doc_view);
int next_link_in_view(struct document_view *doc_view, int current, int direction);
int next_link_in_view_y(struct document_view *doc_view, int current, int direction);
int next_link_in_dir(struct document_view *doc_view, int dir_x, int dir_y);
int next_link_vertical(struct session *ses, struct document_view *doc_view, int dir_y);
void jump_to_link_number(struct session *ses, struct document_view *doc_view, int);