Ignore:
Timestamp:
Feb 10, 2010, 10:18:02 PM (14 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
File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.