1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:17:59 +01:00

remove template *_url_mark() functions now QuickMarks has been implemented

This commit is contained in:
Doug Kearns
2007-07-02 11:40:16 +00:00
parent a911cadb76
commit 7f2953aeaf

View File

@@ -1312,38 +1312,6 @@ function hsshow(filter, fullmode)
}
}
/////////////////////////////////////////////////////////////////////}}}
// url marks functions /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////{{{
/* vimperator has a concept of URL marks
* these provide quick access to URLs with a single character
*
* mark urls with e.g. Ma and you can go there with 'a or open a
* new tab with the url with "a
* valid characters for url marks are [a-zA-Z0-9]
*/
function set_url_mark(mark, url)
{
}
function get_url_mark(mark)
{
}
function del_url_mark(mark)
{
}
function show_url_marks(mark)
{
}
/////////////////////////////////////////////////////////////////////}}}
// tab/buffer related functions ////////////////////////////////////////
/////////////////////////////////////////////////////////////////////{{{