[Kstars-devel] KDE/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Wed Aug 13 17:12:49 CEST 2008
SVN commit 846488 by asimha:
Fixing repeated code and filename in deepstardata.h
CCMAIL: kstars-devel at kde.org
M +1 -39 deepstardata.h
--- trunk/KDE/kdeedu/kstars/kstars/deepstardata.h #846487:846488
@@ -1,5 +1,5 @@
/***************************************************************************
- stardata.h - K Desktop Planetarium
+ deepstardata.h - K Desktop Planetarium
-------------------
begin : Tue 5 Aug 2008
copyright : (C) 2008 by Akarsh Simha
@@ -36,41 +36,3 @@
} deepStarData;
#endif
-/***************************************************************************
- stardata.h - K Desktop Planetarium
- -------------------
- begin : Tue 5 Aug 2008
- copyright : (C) 2008 by Akarsh Simha
- email : akarshsimha at gmail.com
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-#ifndef DEEPSTARDATA_H
-#define DEEPSTARDATA_H
-
-#include <QtGlobal>
-
-/**
- *@short Structure that holds star data for really faint stars
- *@author Akarsh Simha
- *@version 1.0
- */
-
-typedef struct deepStarData {
- qint32 RA;
- qint32 Dec;
- qint16 dRA;
- qint16 dDec;
- qint16 B;
- qint16 V;
-} deepStarData;
-
-#endif
More information about the Kstars-devel
mailing list