From kde-commits Tue Apr 10 16:43:08 2012 From: Aleksey Khudyakov Date: Tue, 10 Apr 2012 16:43:08 +0000 To: kde-commits Subject: [kstars] kstars/tools: Remove unused variable Message-Id: <20120410164308.E6B5EA60CB () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133407629106522 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 =3D 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 m_ObservingList, m_SessionList; SkyObject *LogObject, *m_CurrentObject; - uint noNameStars; bool isModified, bIsLarge, sessionView, dss, singleSelection, showScop= e, noSelection; QString FileName, CurrentImage, DSSUrl, SDSSUrl, ThumbImage, CurrentIm= agePath, CurrentTempPath; char decsgn;