mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Removed not existent function. Spotted by Kalle.
(cherry picked from commita76ecfb8ca
) (cherry picked from commit54cf868429
)
This commit is contained in:
parent
617e33187d
commit
f33b7dea02
@ -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(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_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_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);
|
void jump_to_link_number(struct session *ses, struct document_view *doc_view, int);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user