diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 60fd658655..b3ac06e5d4 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -137,7 +137,6 @@ target_link_libraries(openmw "sdl4ogre" components ) - if (ANDROID) target_link_libraries(openmw ${OGRE_STATIC_PLUGINS} diff --git a/components/files/fixedpath.hpp b/components/files/fixedpath.hpp index 794c5a7bcd..86571442aa 100644 --- a/components/files/fixedpath.hpp +++ b/components/files/fixedpath.hpp @@ -50,7 +50,6 @@ struct FixedPath * * \param [in] application_name - Name of the application */ - FixedPath(const std::string& application_name) : mPath(application_name + "/") , mUserConfigPath(mPath.getUserConfigPath()) @@ -63,7 +62,6 @@ struct FixedPath { } -#endif /** * \brief Return path pointing to the user local configuration directory. */