1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Removed not existent function. Spotted by Kalle.

This commit is contained in:
Witold Filipczyk 2007-10-07 15:50:08 +02:00 committed by Witold Filipczyk
parent e4f0efd923
commit a76ecfb8ca

View File

@ -45,7 +45,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);