From: Matthew Fernandez Date: Sat, 6 Mar 2021 16:42:49 +0000 (-0800) Subject: remove unused gvpack_builtins.c X-Git-Tag: 2.47.1~52^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dbbcacc19ca5b37ca8c20818ca0399ae4c93e00;p=graphviz remove unused gvpack_builtins.c --- diff --git a/cmd/tools/gvpack_builtins.c b/cmd/tools/gvpack_builtins.c deleted file mode 100644 index 7da250726..000000000 --- a/cmd/tools/gvpack_builtins.c +++ /dev/null @@ -1,23 +0,0 @@ -/************************************************************************* - * Copyright (c) 2011 AT&T Intellectual Property - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: Details at https://graphviz.org - *************************************************************************/ - -#include - -/*visual studio*/ -#if defined(_WIN32) -#define extern __declspec(dllimport) -#endif -/*end visual studio*/ -extern gvplugin_library_t gvplugin_neato_layout_LTX_library; - -lt_symlist_t lt_preloaded_symbols[] = { - { "gvplugin_neato_layout_LTX_library", (void*)(&gvplugin_neato_layout_LTX_library) }, - { 0, 0 } -};