From 02d565da853b6c7990c5944306b07e0dac69a1f6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Mar 2020 17:17:57 +0100 Subject: Remove backend resize method --- pugl/pugl_stub.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pugl/pugl_stub.h') diff --git a/pugl/pugl_stub.h b/pugl/pugl_stub.h index 295f4f9..da918aa 100644 --- a/pugl/pugl_stub.h +++ b/pugl/pugl_stub.h @@ -87,15 +87,6 @@ puglStubLeave(PuglView* view, const PuglEventExpose* expose) return PUGL_SUCCESS; } -static inline PuglStatus -puglStubResize(PuglView* view, int width, int height) -{ - (void)view; - (void)width; - (void)height; - return PUGL_SUCCESS; -} - static inline void* puglStubGetContext(PuglView* view) { -- cgit v1.2.1