Remove PATH and TEMP_PATH
authorMohammed Sameer <msameer@foolab.org>
Mon, 26 Aug 2013 21:23:39 +0000 (00:23 +0300)
committerMohammed Sameer <msameer@foolab.org>
Mon, 26 Aug 2013 21:23:39 +0000 (00:23 +0300)
We don't use them anymore

src/filenaming.cpp

index 1ccebdf..10f1c3a 100644 (file)
@@ -30,9 +30,6 @@
 #endif
 #include "settings.h"
 
-#define PATH QString("%1%2MyDocs%2DCIM%2").arg(QDir::homePath()).arg(QDir::separator())
-#define TEMP_PATH QString("%1%2MyDocs%2.cameraplus%2").arg(QDir::homePath()).arg(QDir::separator())
-
 FileNaming::FileNaming(QObject *parent) :
   QObject(parent),
   m_settings(0) {