aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/types.h')
-rw-r--r--pugl/detail/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pugl/detail/types.h b/pugl/detail/types.h
index 08a7854..71cfda0 100644
--- a/pugl/detail/types.h
+++ b/pugl/detail/types.h
@@ -106,9 +106,6 @@ struct PuglBackendImpl {
/** Leave drawing context, after drawing if expose is non-null. */
PuglStatus (*leave)(PuglView*, const PuglEventExpose*);
- /** Resize drawing context to the given width and height. */
- PuglStatus (*resize)(PuglView*, int, int);
-
/** Return the puglGetContext() handle for the application, if any. */
void* (*getContext)(PuglView*);
};