Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/cb44b5637872b23050eaa80403dd79e9a60fc5cb
...commit
http://git.netsurf-browser.org/netsurf.git/commit/cb44b5637872b23050eaa80403dd79e9a60fc5cb
...tree
http://git.netsurf-browser.org/netsurf.git/tree/cb44b5637872b23050eaa80403dd79e9a60fc5cb
The branch, master has been updated
via cb44b5637872b23050eaa80403dd79e9a60fc5cb (commit)
from 5af4e79197b8552e2f78a348511ae276c9f0e990 (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/commit/?id=cb44b5637872b23050eaa80403dd79e9a60fc5cb
commit cb44b5637872b23050eaa80403dd79e9a60fc5cb
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
RISC OS: Drop extended scroll request logging.
diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c
index c100549..f1728af 100644
--- a/frontends/riscos/window.c
+++ b/frontends/riscos/window.c
@@ -1149,8 +1149,6 @@ ro_gui_window_scroll_action(struct gui_window *g,
break;
default:
step_y = -(32 * (scroll_y / 4));
- NSLOG(netsurf, INFO, "Extended scroll request with N=%i",
- (int) scroll_y);
break;
}
-----------------------------------------------------------------------
Summary of changes:
frontends/riscos/window.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c
index c100549..f1728af 100644
--- a/frontends/riscos/window.c
+++ b/frontends/riscos/window.c
@@ -1149,8 +1149,6 @@ ro_gui_window_scroll_action(struct gui_window *g,
break;
default:
step_y = -(32 * (scroll_y / 4));
- NSLOG(netsurf, INFO, "Extended scroll request with N=%i",
- (int) scroll_y);
break;
}
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]