summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/netsurf/window.h b/include/netsurf/window.h
index 8fc7c7be0..9f5371e97 100644
--- a/include/netsurf/window.h
+++ b/include/netsurf/window.h
@@ -175,11 +175,10 @@ struct gui_window_table {
* \param gw The gui window to measure content area of.
* \param width receives width of window
* \param height receives height of window
- * \param scaled whether to return scaled values
* \return NSERROR_OK on success and width and height updated
* else error code.
*/
- nserror (*get_dimensions)(struct gui_window *gw, int *width, int *height, bool scaled);
+ nserror (*get_dimensions)(struct gui_window *gw, int *width, int *height);
/**