Show
Ignore:
Timestamp:
02/10/10 22:18:02 (3 years ago)
Author:
fcoiffie
Message:

[digikam_export] Removal of all useless and commented code

  • Temporary files are removed
  • Warnings correction
  • Selected 'thumbnail size' is stored in the configuration file
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/digikam_export/piwigoexport/piwigos.cpp

    r4770 r4874  
    7171} 
    7272 
    73 unsigned int Piwigo::galleryId() const 
    74 { 
    75     return mPiwigoId; 
    76 } 
    77  
    7873// ------------------------------------- 
    7974 
     
    9691{ 
    9792    mPassword = password; 
    98 } 
    99  
    100 void Piwigo::setPiwigoId(unsigned int galleryId) 
    101 { 
    102     mPiwigoId = galleryId; 
    10393} 
    10494