QTfrontend/util/DataManager.h
branchphysfslayer
changeset 8049 133e22b5c410
parent 7774 27f9b9362f47
child 8377 869f80966a77
--- 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.