aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_stub.h')
-rw-r--r--pugl/pugl_stub.h9
1 files changed, 0 insertions, 9 deletions
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)
{