Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/74a9ec6de4e4180a1279633de6a4611e57ef2995
...commit
http://git.netsurf-browser.org/netsurf.git/commit/74a9ec6de4e4180a1279633de6a4611e57ef2995
...tree
http://git.netsurf-browser.org/netsurf.git/tree/74a9ec6de4e4180a1279633de6a4611e57ef2995
The branch, master has been updated
via 74a9ec6de4e4180a1279633de6a4611e57ef2995 (commit)
from 9a0a2ff90fdc7d031b80a8b3bb18a648336f9a0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commitdiff/74a9ec6de4e4180a1279633de6a4611e57ef2995
commit 74a9ec6de4e4180a1279633de6a4611e57ef2995
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Remove unused code.
diff --git a/amiga/search.c b/amiga/search.c
index 599a6d9..6f8ebd4 100755
--- a/amiga/search.c
+++ b/amiga/search.c
@@ -30,8 +30,6 @@
#include "desktop/gui.h"
#include "desktop/search.h"
#include "desktop/selection.h"
-#include "render/box.h"
-#include "render/html.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
@@ -59,19 +57,6 @@
#define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array)))
#endif
-struct list_entry {
- unsigned start_idx; /* start position of match */
- unsigned end_idx; /* end of match */
-
- struct box *start_box; /* used only for html contents */
- struct box *end_box;
-
- struct selection *sel;
-
- struct list_entry *prev;
- struct list_entry *next;
-};
-
static bool search_insert;
static struct find_window *fwin = NULL;
-----------------------------------------------------------------------
Summary of changes:
amiga/search.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/amiga/search.c b/amiga/search.c
index 599a6d9..6f8ebd4 100755
--- a/amiga/search.c
+++ b/amiga/search.c
@@ -30,8 +30,6 @@
#include "desktop/gui.h"
#include "desktop/search.h"
#include "desktop/selection.h"
-#include "render/box.h"
-#include "render/html.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
@@ -59,19 +57,6 @@
#define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array)))
#endif
-struct list_entry {
- unsigned start_idx; /* start position of match */
- unsigned end_idx; /* end of match */
-
- struct box *start_box; /* used only for html contents */
- struct box *end_box;
-
- struct selection *sel;
-
- struct list_entry *prev;
- struct list_entry *next;
-};
-
static bool search_insert;
static struct find_window *fwin = NULL;
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org