--- a/QTfrontend/util/DataManager.h Sat Nov 17 22:07:17 2012 +0400
+++ b/QTfrontend/util/DataManager.h Sat Nov 17 22:45:30 2012 +0400
@@ -70,28 +70,6 @@
) const;
/**
- * @brief Returns the path for the desires data file.
- *
- * Use this method if you want to read an existing data file.
- *
- * @param relativeDataFilePath relative path of the data file.
- * @return real path to the file.
- */
- QString findFileForRead(const QString & relativeDataFilePath) const;
-
-
- /**
- * @brief Returns the path for the data file that is to be written.
- *
- * Use this method if you want to create or write into a data file.
- *
- * @param relativeDataFilePath relative path of data file write path.
- * @return destination of path data file.
- */
- QString findFileForWrite(const QString & relativeDataFilePath) const;
-
-
- /**
* @brief Returns pointer to a model of available game styles.
*
* The model is updated automatically on data reload.