diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:52:32 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:52:32 +0000 |
commit | 8625352be85a53399a719e9d0ec8fdc9b2df195e (patch) | |
tree | 7fa28a5bbf54fc1757ce5efb94db3448a537decb /win/winplugintilde.c | |
parent | 9d9262c32f4bc9c0dad8b92828acba53c889cb79 (diff) |
poof
svn path=/trunk/externals/plugin~/; revision=2851
Diffstat (limited to 'win/winplugintilde.c')
-rw-r--r-- | win/winplugintilde.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/win/winplugintilde.c b/win/winplugintilde.c deleted file mode 100644 index 809d58d..0000000 --- a/win/winplugintilde.c +++ /dev/null @@ -1,29 +0,0 @@ -/* plugin~, a Pd tilde object for hosting LADSPA/VST plug-ins
- Copyright (C) 2000 Jarno Seppänen
- $Id: winplugintilde.c,v 1.1 2002-11-19 09:52:46 ggeiger Exp $
-
- This file is part of plugin~.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-#include "plugin~.h"
-
-__declspec(dllexport) extern void
-winplugintilde_setup (void)
-{
- plugin_tilde_setup ();
-}
-
-/* EOF */
|