diff options
author | corvid <corvid@lavabit.com> | 2012-11-25 03:14:23 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-25 03:14:23 +0000 |
commit | 3cd86e1697e88a5a823315751d01e2d0de548c48 (patch) | |
tree | 39bab857cfc2e97fc9b0dc2873fd1113f19d573f /src/html.cc | |
parent | cba4270af1fa20ee3a60779d2f66a9fab6f67b2d (diff) |
another
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/html.cc b/src/html.cc index 812b5c7c..21c1e3af 100644 --- a/src/html.cc +++ b/src/html.cc @@ -3023,22 +3023,6 @@ static void Html_tag_open_link(DilloHtml *html, const char *tag, int tagsize) } /* - * Set the history of the menu to be consistent with the active menuitem. - */ -//static void Html_select_set_history(DilloHtmlInput *input) -//{ -// int i; -// -// for (i = 0; i < input->select->num_options; i++) { -// if (GTK_CHECK_MENU_ITEM(input->select->options[i].menuitem)->active) { -// gtk_option_menu_set_history(GTK_OPTION_MENU(input->widget), i); -// break; -// } -// } -//} - - -/* * Set the Document Base URI */ static void Html_tag_open_base(DilloHtml *html, const char *tag, int tagsize) |