aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.c')
-rw-r--r--src/x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/x11.c b/src/x11.c
index 1be6a8e..c7fdad2 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -1643,10 +1643,6 @@ puglSetSizeHint(PuglView* const view,
const PuglSpan width,
const PuglSpan height)
{
- if ((unsigned)hint > (unsigned)PUGL_MAX_ASPECT) {
- return PUGL_BAD_PARAMETER;
- }
-
view->sizeHints[hint].width = width;
view->sizeHints[hint].height = height;
return updateSizeHints(view);