diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-12-16 09:09:42 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-16 16:20:54 -0800 |
commit | 397898434e52ba1e1cc593e83d43080918698a9b (patch) | |
tree | 30bc37b0b20b3176382e54739adbaf2cd7c07c57 /qt-gui.cpp | |
parent | ca8aee4701f95a758f93033eb88ca851d61b2008 (diff) | |
download | subsurface-397898434e52ba1e1cc593e83d43080918698a9b.tar.gz |
Remove the xslt_path now that all XSLT files are kept in a resource
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index 67061ef81..84e79a99f 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -88,7 +88,6 @@ void init_ui(int *argcp, char ***argvp) QCoreApplication::setApplicationName("Subsurface"); // find plugins installed in the application directory (without this SVGs don't work on Windows) QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath()); - xslt_path = strdup(getSubsurfaceDataPath("xslt").toAscii().data()); QSettings s; s.beginGroup("Language"); |