diff options
author | David Robillard <d@drobilla.net> | 2020-03-14 17:17:57 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-15 10:24:47 +0100 |
commit | 02d565da853b6c7990c5944306b07e0dac69a1f6 (patch) | |
tree | f6560013ea4699e607b160192b36d1c95022f4dc /pugl/pugl_stub.h | |
parent | 919dd0200074cbaac655ee2cb3f8767592f80514 (diff) | |
download | pugl-02d565da853b6c7990c5944306b07e0dac69a1f6.tar.gz pugl-02d565da853b6c7990c5944306b07e0dac69a1f6.tar.bz2 pugl-02d565da853b6c7990c5944306b07e0dac69a1f6.zip |
Remove backend resize method
Diffstat (limited to 'pugl/pugl_stub.h')
-rw-r--r-- | pugl/pugl_stub.h | 9 |
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) { |