Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove whatsnew from api and install (followup 95c377a)
  • Loading branch information
jef-n committed Oct 4, 2015
1 parent 1b4ca62 commit 7408151
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion debian/qgis-common.install
Expand Up @@ -14,7 +14,6 @@ usr/share/qgis/doc/images
usr/share/qgis/doc/index.html
usr/share/qgis/doc/news
usr/share/qgis/doc/news.html
usr/share/qgis/doc/whatsnew.html
usr/share/qgis/doc/style.css
usr/share/qgis/i18n/*
usr/share/qgis/images/*
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ ELSE(TXT2TAGS_EXECUTABLE)
)
ENDIF(TXT2TAGS_EXECUTABLE)

SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html whatsnew.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE)
SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE)

INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc)
INSTALL(FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR}/doc/images)
Expand Down
4 changes: 0 additions & 4 deletions python/core/qgsapplication.sip
Expand Up @@ -126,10 +126,6 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
* @note this function was added in version 2.7 */
static QString developersMapFilePath();

/** Returns the path to the whats new html page
* @note this function was added in version 2.11 */
static QString whatsNewFilePath();

/** Returns the path to the sponsors file. */
static QString sponsorsFilePath();

Expand Down
4 changes: 0 additions & 4 deletions src/core/qgsapplication.cpp
Expand Up @@ -538,10 +538,6 @@ QString QgsApplication::developersMapFilePath()
return ABISYM( mPkgDataPath ) + QString( "/doc/developersmap.html" );
}

QString QgsApplication::whatsNewFilePath()
{
return ABISYM( mPkgDataPath ) + QString( "/doc/whatsnew.html" );
}
/*!
Returns the path to the sponsors file.
*/
Expand Down
4 changes: 0 additions & 4 deletions src/core/qgsapplication.h
Expand Up @@ -107,10 +107,6 @@ class CORE_EXPORT QgsApplication : public QApplication
* @note this function was added in version 2.7 */
static QString developersMapFilePath();

/** Returns the path to the whats new html page
* @note this function was added in version 2.11 */
static QString whatsNewFilePath();

/** Returns the path to the sponsors file. */
static QString sponsorsFilePath();

Expand Down

0 comments on commit 7408151

Please sign in to comment.