From 2d0ac0a343a54725dba6648069b908fd782242d3 Mon Sep 17 00:00:00 2001 From: mazze Date: Sun, 31 Aug 2008 22:49:12 +0000 Subject: [PATCH] Removed some variadic functions, because they are created by the build system. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29358 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/cgxvideo/AttachVLayerTags.c | 47 ------------------------ workbench/libs/cgxvideo/CreateVLayerHandleTags.c | 47 ------------------------ workbench/libs/cgxvideo/SetVLayerAttrTags.c | 46 ----------------------- 3 files changed, 140 deletions(-) delete mode 100644 workbench/libs/cgxvideo/AttachVLayerTags.c delete mode 100644 workbench/libs/cgxvideo/CreateVLayerHandleTags.c delete mode 100644 workbench/libs/cgxvideo/SetVLayerAttrTags.c diff --git a/workbench/libs/cgxvideo/AttachVLayerTags.c b/workbench/libs/cgxvideo/AttachVLayerTags.c deleted file mode 100644 index 0bb9439cc..000000000 --- a/workbench/libs/cgxvideo/AttachVLayerTags.c +++ /dev/null @@ -1,47 +0,0 @@ -/* - Copyright © 1995-2007, The AROS Development Team. All rights reserved. - $Id$ -*/ -#include - -#include "cgxvideo_intern.h" - -/***************************************************************************** - - NAME */ -#include - - ULONG AttachVLayerTags ( - -/* SYNOPSIS */ - struct VLayerHandle * , - struct Window * - Tag , - ... ) - -/* FUNCTION - - INPUTS - - RESULT - - NOTES - - EXAMPLE - - BUGS - - SEE ALSO - - INTERNALS - - HISTORY - -*****************************************************************************/ -{ - AROS_LIBFUNC_INIT - - aros_print_not_implemented ("AttachVLayerTags"); - - AROS_LIBFUNC_EXIT -} /* AttachVLayerTags */ diff --git a/workbench/libs/cgxvideo/CreateVLayerHandleTags.c b/workbench/libs/cgxvideo/CreateVLayerHandleTags.c deleted file mode 100644 index e744a4867..000000000 --- a/workbench/libs/cgxvideo/CreateVLayerHandleTags.c +++ /dev/null @@ -1,47 +0,0 @@ -/* - Copyright © 1995-2007, The AROS Development Team. All rights reserved. - $Id$ -*/ -#include - -#include "cgxvideo_intern.h" - -/***************************************************************************** - - NAME */ -#include - - ULONG CreateVLayerHandleTags( - -/* SYNOPSIS */ - struct Screen * , - Tag , - ... ) - -/* FUNCTION - - INPUTS - - RESULT - - NOTES - - EXAMPLE - - BUGS - - SEE ALSO - - INTERNALS - - HISTORY - - -*****************************************************************************/ -{ - AROS_LIBFUNC_INIT - - aros_print_not_implemented ("CreateVLayerHandleTags"); - - AROS_LIBFUNC_EXIT -} /* CreateVLayerHandleTags */ diff --git a/workbench/libs/cgxvideo/SetVLayerAttrTags.c b/workbench/libs/cgxvideo/SetVLayerAttrTags.c deleted file mode 100644 index 3eddce8a8..000000000 --- a/workbench/libs/cgxvideo/SetVLayerAttrTags.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - Copyright © 1995-2007, The AROS Development Team. All rights reserved. - $Id$ -*/ -#include - -#include "cgxvideo_intern.h" - -/***************************************************************************** - - NAME */ -#include - - ULONG SetVLayerAttrTags ( - -/* SYNOPSIS */ - struct VLayerHandle * , - Tag , - ... ) - -/* FUNCTION - - INPUTS - - RESULT - - NOTES - - EXAMPLE - - BUGS - - SEE ALSO - - INTERNALS - - HISTORY - -*****************************************************************************/ -{ - AROS_LIBFUNC_INIT - - aros_print_not_implemented ("SetVLayerAttrTags"); - - AROS_LIBFUNC_EXIT -} /* SetVLayerAttrTags */ -- 2.11.4.GIT