From e016c401c98b6a33392b551b2c40fccded21efe3 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 23 Feb 2012 14:43:30 +0000
Subject: [PATCH] bond data removed

---
 src/general.h |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/general.h b/src/general.h
index b90dcbc..69cfd8b 100644
--- a/src/general.h
+++ b/src/general.h
@@ -149,18 +149,12 @@
 
 } ts_vertex_list;
 
-
-/** ts_bond_data is a structure that describes a bond */
-typedef struct {
+struct ts_bond {
+    ts_uint idx;
 	ts_vertex *vtx1;
 	ts_vertex *vtx2;
     ts_double bond_length;
     ts_double bond_length_dual;
-} ts_bond_data;
-
-struct ts_bond {
-    ts_uint idx;
-    ts_bond_data *data;
 };
 typedef struct ts_bond ts_bond;
 

--
Gitblit v1.9.3