-rw-r--r-- | noncore/apps/advancedfm/advancedfm.h | 1 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h index 42f3bc6..c25bce2 100644 --- a/noncore/apps/advancedfm/advancedfm.h +++ b/noncore/apps/advancedfm/advancedfm.h @@ -80,3 +80,2 @@ protected: int currentServerConfig; - bool zaurusDevice; QGridLayout *tabLayout, *tabLayout_2, *tabLayout_3; diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp index eaf4f79..3664c75 100644 --- a/noncore/apps/advancedfm/advancedfmData.cpp +++ b/noncore/apps/advancedfm/advancedfmData.cpp @@ -217,10 +217,3 @@ void AdvancedFm::init() { - if ( QFile::exists ( "/dev/sharp_buz" ) || QFile::exists ( "/dev/sharp_led" )) - zaurusDevice=TRUE; - else - zaurusDevice=FALSE; - - if( !StorageInfo::hasSd() || !StorageInfo::hasMmc()) { - odebug << "not have sd" << oendl; sdButton->hide(); @@ -228,3 +221,2 @@ void AdvancedFm::init() { if( !StorageInfo::hasCf() ) { - odebug << "not have cf" << oendl; cfButton->hide(); @@ -237,4 +229,2 @@ void AdvancedFm::init() { - // b = TRUE; - filterStr="*"; |