Remove uneeded Facebook album setting

This now is chosen directly from the popup box that appears when you try
to send a picture to facebook.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-12-28 21:46:42 -02:00 committed by Dirk Hohndel
parent b84edad597
commit a65816db7d
3 changed files with 7 additions and 24 deletions

View file

@ -196,7 +196,6 @@ void FacebookManager::sendDive()
if (dialog.exec() != QDialog::Accepted)
return;
setDesiredAlbumName(dialog.album());
requestAlbumId();