]> granicus.if.org Git - graphviz/commitdiff
remove unused gvpack_builtins.c
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Mar 2021 16:42:49 +0000 (08:42 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Mar 2021 04:48:44 +0000 (21:48 -0700)
cmd/tools/gvpack_builtins.c [deleted file]

diff --git a/cmd/tools/gvpack_builtins.c b/cmd/tools/gvpack_builtins.c
deleted file mode 100644 (file)
index 7da2507..0000000
+++ /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 <gvc/gvplugin.h>
-
-/*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 }
-};