[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kstars] kstars/tools: Remove unused variable
From:       Aleksey Khudyakov <alexey.skladnoy () gmail ! com>
Date:       2012-04-10 16:43:08
Message-ID: 20120410164308.E6B5EA60CB () git ! kde ! org
[Download RAW message or body]

Git commit 81afbb129c528dfb1ae021d881130240d2aa3a39 by Aleksey Khudyakov.
Committed on 09/01/2012 at 16:23.
Pushed by khudyakov into branch 'master'.

Remove unused variable

M  +1    -1    kstars/tools/observinglist.cpp
M  +0    -1    kstars/tools/observinglist.h

http://commits.kde.org/kstars/81afbb129c528dfb1ae021d881130240d2aa3a39

diff --git a/kstars/tools/observinglist.cpp b/kstars/tools/observinglist.cpp
index 3691b45..19eb931 100644
--- a/kstars/tools/observinglist.cpp
+++ b/kstars/tools/observinglist.cpp
@@ -90,7 +90,7 @@ ObservingListUI::ObservingListUI( QWidget *p ) : QFrame( p ) {
 ObservingList::ObservingList( KStars *_ks )
         : KDialog( (QWidget*)_ks ),
         ks( _ks ), LogObject(0), m_CurrentObject(0),
-        noNameStars(0), isModified(false), bIsLarge(true)
+        isModified(false), bIsLarge(true)
 {
     ui = new ObservingListUI( this );
     setMainWidget( ui );
diff --git a/kstars/tools/observinglist.h b/kstars/tools/observinglist.h
index 3c6addd..a6f56d8 100644
--- a/kstars/tools/observinglist.h
+++ b/kstars/tools/observinglist.h
@@ -341,7 +341,6 @@ private:
     ObservingListUI *ui;
     QList<SkyObject*> m_ObservingList, m_SessionList;
     SkyObject *LogObject, *m_CurrentObject;
-    uint noNameStars;
     bool isModified, bIsLarge, sessionView, dss, singleSelection, showScope, noSelection;
     QString FileName, CurrentImage, DSSUrl, SDSSUrl, ThumbImage, CurrentImagePath, CurrentTempPath;
     char decsgn;

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic