From f3cbb02c3a9a199acfb04d543a8e160e83e00d49 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 7 Jan 2014 00:29:56 +0100 Subject: GFrame code cleanup - buttons need to be implemented --- src/gwin/frame.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src') diff --git a/src/gwin/frame.c b/src/gwin/frame.c index 1699a3c2..6472663c 100644 --- a/src/gwin/frame.c +++ b/src/gwin/frame.c @@ -148,27 +148,6 @@ GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint return (GHandle)fo; } -GHandle gwinFrameGetClose(GHandle gh) { - if (gh->vmt != (gwinVMT *)&frameVMT) - return; - - return gh2obj->btnClose; -} - -GHandle gwinFrameGetMin(GHandle gh) { - if (gh->vmt != (gwinVMT *)&frameVMT) - return; - - return gh2obj->btnMin; -} - -GHandle gwinFrameGetMax(GHandle gh) { - if (gh->vmt != (gwinVMT *)&frameVMT) - return; - - return gh2obj->btnMax; -} - /////////////////////////////////////////////////////////////////////////////////////////////////// // Default render routines // /////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3