]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused topviewdefs.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 24 Sep 2021 00:12:17 +0000 (17:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 30 Sep 2021 00:37:29 +0000 (17:37 -0700)
cmd/smyrna/Makefile.am
cmd/smyrna/smyrna.vcxproj
cmd/smyrna/smyrna.vcxproj.filters
cmd/smyrna/topviewdefs.h [deleted file]

index 41c59af05be1658f3ea588b7c3a5bbed4adceadf..84ce1c1d773a92ee309314fb94a215da1733f1d8 100644 (file)
@@ -43,7 +43,7 @@ noinst_HEADERS = arcball.h draw.h glexpose.h \
        glmotion.h gltemplate.h gui/appmouse.h gui/callbacks.h \
        hotkeymap.h polytess.h selectionfuncs.h \
        smyrna_utils.h smyrnadefs.h topfisheyeview.h \
-       topviewdefs.h topviewfuncs.h tvnodes.h \
+       topviewfuncs.h tvnodes.h \
        viewport.h viewportcamera.h support.h \
        gui/datalistcallbacks.h gui/frmobjectui.h \
        gui/glcompui.h gui/gui.h gui/menucallbacks.h \
index 41af6d25057eb78a027f9e8f094c83cc6238573a..d488591ec052b6b3124d3520b9c03935536dd157 100644 (file)
@@ -155,7 +155,6 @@ copy $(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\bi
     <ClInclude Include="support.h" />
     <ClInclude Include="topfisheyeview.h" />
     <ClInclude Include="topview.h" />
-    <ClInclude Include="topviewdefs.h" />
     <ClInclude Include="tvnodes.h" />
     <ClInclude Include="viewport.h" />
     <ClInclude Include="viewportcamera.h" />
index fa8164dd6de6063734d9d284b932ea1403d4551e..c4f1b12cafd5fd07b84ab2b4312e12325c14a8ac 100644 (file)
@@ -75,9 +75,6 @@
     <ClInclude Include="topview.h">
       <Filter>Header Files</Filter>
     </ClInclude>
-    <ClInclude Include="topviewdefs.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
     <ClInclude Include="gui\topviewsettings.h">
       <Filter>Header Files</Filter>
     </ClInclude>
diff --git a/cmd/smyrna/topviewdefs.h b/cmd/smyrna/topviewdefs.h
deleted file mode 100644 (file)
index 94b9847..0000000
+++ /dev/null
@@ -1,16 +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
- *************************************************************************/
-
-#pragma once
-
-#include "smyrnadefs.h"
-#include "gui.h"
-#include "tvnodes.h"
-#include <glcomp/glcompset.h>