From 4ed3fb89150d05e6fa134798315269c62de1bed9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 18 Mar 2003 03:11:55 +0000 Subject: plugins work. start a focus plugin. --- openbox/engine.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/engine.c') diff --git a/openbox/engine.c b/openbox/engine.c index f9fd2cf1..3457da18 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -52,10 +52,6 @@ static gboolean load(char *name) LOADSYM(frame_show, engine_frame_show); LOADSYM(frame_hide, engine_frame_hide); LOADSYM(get_context, engine_get_context); - LOADSYM(frame_mouse_enter, engine_mouse_enter); - LOADSYM(frame_mouse_leave, engine_mouse_leave); - LOADSYM(frame_mouse_press, engine_mouse_press); - LOADSYM(frame_mouse_release, engine_mouse_release); if (!estartup()) return FALSE; -- cgit v1.2.3