Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
6c97c770
Commit
6c97c770
authored
Feb 03, 2011
by
Sebastian Eichelbaum
Browse files
[CHANGE] - removed unused/unneded headers and export statements. This is a patch from 09906f3ee8a8.
parent
7dc358c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
src/graphicsEngine/WGETextureHud.h
src/graphicsEngine/WGETextureHud.h
+2
-3
src/graphicsEngine/WGETextureUtils.cpp
src/graphicsEngine/WGETextureUtils.cpp
+2
-0
src/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h
src/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h
+0
-2
No files found.
src/graphicsEngine/WGETextureHud.h
View file @
6c97c770
...
...
@@ -35,7 +35,6 @@
#include <osg/Texture2D>
#include <osg/TexMat>
#include "WExportWGE.h"
#include "WGEGroupNode.h"
/**
...
...
@@ -43,7 +42,7 @@
* possible to add and remove textures to it. The size of the texture on screen depends on the screen size, as well as the layout of each texture
* depends on the screen size.
*/
class
WGE_EXPORT
WGETextureHud
:
public
osg
::
Projection
class
WGETextureHud
:
public
osg
::
Projection
{
public:
...
...
@@ -60,7 +59,7 @@ public:
/**
* Class implementing one texture HUD entry representing a texture in the HUD.
*/
class
WGE_EXPORT
WGETextureHudEntry
:
public
osg
::
MatrixTransform
class
WGETextureHudEntry
:
public
osg
::
MatrixTransform
{
public:
// NOLINT
...
...
src/graphicsEngine/WGETextureUtils.cpp
View file @
6c97c770
...
...
@@ -22,6 +22,8 @@
//
//---------------------------------------------------------------------------
#include <GL/gl.h>
#include "../common/exceptions/WPreconditionNotMet.h"
#include "WGETexture.h"
...
...
src/graphicsEngine/shaders/WGEShaderPropertyDefineOptions.h
View file @
6c97c770
...
...
@@ -38,8 +38,6 @@
#include "WGEShaderDefineOptions.h"
#include "../WExportWGE.h"
template
<
typename
PropType
>
class
WGEShaderPropertyDefineOptionsIndexAdapter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment