Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jan 2, 2024
1 parent cdd35bb commit a167fb5
Show file tree
Hide file tree
Showing 98 changed files with 4,499 additions and 1,096 deletions.
5 changes: 0 additions & 5 deletions ogre2/include/gz/rendering/ogre2/Ogre2RenderEngine.hh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ namespace gz
/// \brief Destructor
public: virtual ~Ogre2RenderEngine();

public: void ManualLoad(const std::map<std::string, std::string> &_params);

// Documentation Inherited.
public: virtual void Destroy() override;

Expand Down Expand Up @@ -264,9 +262,6 @@ namespace gz
/// \brief True to use the current opengl context
private: bool useCurrentGLContext = false;

private: std::string SDL2x11 = {};
private: std::string parentWindowHandle = {};

/// \brief Pointer to private data
private: std::unique_ptr<Ogre2RenderEnginePrivate> dataPtr;

Expand Down
Loading

0 comments on commit a167fb5

Please sign in to comment.