X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/722b54819c89a735a760fcb205f8f3950291cf96..9979924fa3b7982b47b57555215e258dcc4d51c1:/src/vikgoto.h?ds=sidebyside diff --git a/src/vikgoto.h b/src/vikgoto.h index 264bf556..7bc69a2d 100644 --- a/src/vikgoto.h +++ b/src/vikgoto.h @@ -24,7 +24,6 @@ #include "vikwindow.h" #include "vikviewport.h" -#include "viklayerspanel.h" #include "vikgototool.h" G_BEGIN_DECLS @@ -32,7 +31,7 @@ G_BEGIN_DECLS void vik_goto_register (VikGotoTool *tool); void vik_goto_unregister_all (void); -extern void a_vik_goto(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp); +void a_vik_goto(VikWindow *vw, VikViewport *vvp); gchar * a_vik_goto_get_search_string_for_this_place(VikWindow *vw); G_END_DECLS