1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Removed not existent function. Spotted by Kalle.

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

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);