From 34116431fbb9496411ad17197ed7ee468e2ede92 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 23 Sep 2021 17:12:17 -0700 Subject: [PATCH] smyrna: remove unused topviewdefs.h --- cmd/smyrna/Makefile.am | 2 +- cmd/smyrna/smyrna.vcxproj | 1 - cmd/smyrna/smyrna.vcxproj.filters | 3 --- cmd/smyrna/topviewdefs.h | 16 ---------------- 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 cmd/smyrna/topviewdefs.h diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index 41c59af05..84ce1c1d7 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -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 \ diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 41af6d250..d488591ec 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -155,7 +155,6 @@ copy $(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\bi - diff --git a/cmd/smyrna/smyrna.vcxproj.filters b/cmd/smyrna/smyrna.vcxproj.filters index fa8164dd6..c4f1b12ca 100644 --- a/cmd/smyrna/smyrna.vcxproj.filters +++ b/cmd/smyrna/smyrna.vcxproj.filters @@ -75,9 +75,6 @@ Header Files - - Header Files - Header Files diff --git a/cmd/smyrna/topviewdefs.h b/cmd/smyrna/topviewdefs.h deleted file mode 100644 index 94b984797..000000000 --- a/cmd/smyrna/topviewdefs.h +++ /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 -- 2.40.0