From 5a8301f98d13571e349fd82b5eae6afd6174d06b Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Fri, 30 Apr 2010 06:32:24 +0000
Subject: [PATCH] remove unused forward declaration

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2138 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/conop/src/conop.hh | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/modules/conop/src/conop.hh b/modules/conop/src/conop.hh
index e85bbc300..f8133a078 100644
--- a/modules/conop/src/conop.hh
+++ b/modules/conop/src/conop.hh
@@ -24,12 +24,7 @@
 #include <ost/mol/entity_handle.hh>
 #include "builder_fw.hh"
 
-namespace ost {
-
-// fw decl;
-class EntityHandle;
-
-namespace conop {
+namespace ost { namespace conop {
 
 class DLLEXPORT_OST_CONOP Conopology {
   typedef std::map<String,BuilderP> BuilderMap;
-- 
GitLab