From 4f25abd1cf9a060099cdd2ad5d83730f663ac1ff Mon Sep 17 00:00:00 2001
From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Sun, 2 May 2021 13:03:32 -0700
Subject: [PATCH] remove unused filterscallbacks.h

---
 cmd/smyrna/gui/filterscallbacks.h | 22 ----------------------
 cmd/smyrna/smyrna.vcxproj         |  1 -
 cmd/smyrna/smyrna.vcxproj.filters |  3 ---
 3 files changed, 26 deletions(-)
 delete mode 100644 cmd/smyrna/gui/filterscallbacks.h

diff --git a/cmd/smyrna/gui/filterscallbacks.h b/cmd/smyrna/gui/filterscallbacks.h
deleted file mode 100644
index e04d060a0..000000000
--- a/cmd/smyrna/gui/filterscallbacks.h
+++ /dev/null
@@ -1,22 +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
- *************************************************************************/
-
-#ifndef FILTERSCALLBACKS
-#define	FILTERSCALLBACKS
-
-
-
-
-
-
-
-
-
-#endif
diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj
index 78c37f548..aedc5e9c5 100644
--- a/cmd/smyrna/smyrna.vcxproj
+++ b/cmd/smyrna/smyrna.vcxproj
@@ -144,7 +144,6 @@ copy $(SolutionDir)windows\dependencies\libraries\vcpkg\installed\x86-windows\bi
     <ClInclude Include="gui\beacon.h" />
     <ClInclude Include="gui\callbacks.h" />
     <ClInclude Include="gui\datalistcallbacks.h" />
-    <ClInclude Include="gui\filterscallbacks.h" />
     <ClInclude Include="gui\glcompui.h" />
     <ClInclude Include="gui\gui.h" />
     <ClInclude Include="gui\menucallbacks.h" />
diff --git a/cmd/smyrna/smyrna.vcxproj.filters b/cmd/smyrna/smyrna.vcxproj.filters
index dd44d8d9e..418cbf9df 100644
--- a/cmd/smyrna/smyrna.vcxproj.filters
+++ b/cmd/smyrna/smyrna.vcxproj.filters
@@ -30,9 +30,6 @@
     <ClInclude Include="draw.h">
       <Filter>Header Files</Filter>
     </ClInclude>
-    <ClInclude Include="gui\filterscallbacks.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
     <ClInclude Include="gui\glcompui.h">
       <Filter>Header Files</Filter>
     </ClInclude>
-- 
2.40.0