diff options
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 9566c6f..d9dfdfa 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -253,12 +253,6 @@ puglSetSpecialFunc(PuglView* view, PuglSpecialFunc specialFunc) view->specialFunc = specialFunc; } -void -puglEnterContext(PuglView* view); - -void -puglLeaveContext(PuglView* view, bool flush); - /** Return the code point for buf, or the replacement character on error. */ static uint32_t puglDecodeUTF8(const uint8_t* buf) |