Skip to content

Commit

Permalink
Merge branch 'dead_code2' into 'master'
Browse files Browse the repository at this point in the history
Remove dead code

See merge request OpenMW/openmw!4454
  • Loading branch information
psi29a committed Nov 17, 2024
2 parents 43f25fe + 2522fe9 commit ebc7ecd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions apps/openmw/mwgui/windowmanagerimp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ namespace MWGui

const Translation::Storage& getTranslationDataStorage() const override;

void onSoulgemDialogButtonPressed(int button);

bool getCursorVisible() override;

/// Call when mouse cursor or buttons are used.
Expand Down
10 changes: 0 additions & 10 deletions apps/openmw/mwinput/inputmanagerimp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@ namespace MWInput
bool controlsDisabled() override { return mControlsDisabled; }

private:
void convertMousePosForMyGUI(int& x, int& y);

void handleGuiArrowKey(int action);

void quickKey(int index);
void showQuickKeysMenu();

void loadKeyDefaults(bool force = false);
void loadControllerDefaults(bool force = false);

bool mControlsDisabled;

std::unique_ptr<SDLUtil::InputWrapper> mInputWrapper;
Expand Down
1 change: 0 additions & 1 deletion apps/openmw/mwrender/renderingmanager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ namespace MWRender
void updateTextureFiltering();
void updateAmbient();
void setFogColor(const osg::Vec4f& color);
void updateThirdPersonViewMode();

struct WorldspaceChunkMgr
{
Expand Down
2 changes: 0 additions & 2 deletions apps/openmw/mwsound/openal_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ namespace MWSound

std::atomic<bool> mIsFinished;

void updateAll(bool local);

OpenAL_SoundStream(const OpenAL_SoundStream& rhs);
OpenAL_SoundStream& operator=(const OpenAL_SoundStream& rhs);

Expand Down
1 change: 0 additions & 1 deletion components/files/configurationmanager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ namespace Files

const std::filesystem::path& getUserConfigPath() const;
const std::filesystem::path& getUserDataPath() const;
const std::filesystem::path& getLocalDataPath() const;
const std::filesystem::path& getInstallPath() const;
const std::vector<std::filesystem::path>& getActiveConfigPaths() const { return mActiveConfigPaths; }

Expand Down
2 changes: 0 additions & 2 deletions components/resource/scenemanager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ namespace Resource
SceneManager(const SceneManager&);
void operator=(const SceneManager&);
};

std::string getFileExtension(const std::string& file);
}

#endif

0 comments on commit ebc7ecd

Please sign in to comment.