aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/implementation.c')
-rw-r--r--src/implementation.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/implementation.c b/src/implementation.c
index 88794f2..35c4c26 100644
--- a/src/implementation.c
+++ b/src/implementation.c
@@ -292,18 +292,6 @@ puglDispatchEvents(PuglWorld* world)
#endif
PuglStatus
-puglEnterContext(PuglView* view)
-{
- return view->backend->enter(view, NULL);
-}
-
-PuglStatus
-puglLeaveContext(PuglView* view)
-{
- return view->backend->leave(view, NULL);
-}
-
-PuglStatus
puglSetEventFunc(PuglView* view, PuglEventFunc eventFunc)
{
view->eventFunc = eventFunc;