1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-12 16:58:30 +00:00
Files
AROS-v0/rom/workbench/removeappicon.c
1999-08-14 04:52:35 +00:00

53 lines
851 B
C

/*
(C) 1995-97 AROS - The Amiga Research OS
$Id$
Desc:
Lang: english
*/
#include "workbench_intern.h"
/*****************************************************************************
NAME */
#include <proto/workbench.h>
AROS_LH1(BOOL , RemoveAppIcon,
/* SYNOPSIS */
AROS_LHA(struct AppIcon *, AppIcon, A0),
/* LOCATION */
struct WorkbenchBase *, WorkbenchBase, 11, Workbench)
/* FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
******************************************************************************/
{
AROS_LIBFUNC_INIT
AROS_LIBBASE_EXT_DECL(struct WorkbenchBase *, WorkbenchBase)
aros_print_not_implemented ("RemoveAppIcon");
#warning TODO: Write Workbench/RemoveAppIcon
return FALSE;
AROS_LIBFUNC_EXIT
} /* RemoveAppIcon */