Removed comment with aspects

This commit is contained in:
Gergely Polonkai 2013-08-22 23:36:05 +02:00
parent e91e2aa36c
commit 9a80b61aed

View File

@ -75,13 +75,6 @@ typedef struct {
gboolean major; gboolean major;
} aspectData_t; } aspectData_t;
/*
* conjuction - 0, 8
* sextile - 60, 4
* square - 90, 8
* trine - 120, 4
* opposition - 180, 8
*/
const aspectData_t aspectData[] = { const aspectData_t aspectData[] = {
// Name Size Orb Harmonic Major // Name Size Orb Harmonic Major
{ "Conjuction", 0, 0, TRUE, TRUE }, { "Conjuction", 0, 0, TRUE, TRUE },