Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
b49c7497
Commit
b49c7497
authored
Apr 15, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
--warning: remove unused class member
parent
888a0853
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/scenes/opengl/scene_opengl.cpp
View file @
b49c7497
...
@@ -1611,7 +1611,6 @@ QSharedPointer<GLTexture> OpenGLWindow::windowTexture()
...
@@ -1611,7 +1611,6 @@ QSharedPointer<GLTexture> OpenGLWindow::windowTexture()
OpenGLWindowPixmap
::
OpenGLWindowPixmap
(
Scene
::
Window
*
window
,
SceneOpenGL
*
scene
)
OpenGLWindowPixmap
::
OpenGLWindowPixmap
(
Scene
::
Window
*
window
,
SceneOpenGL
*
scene
)
:
WindowPixmap
(
window
)
:
WindowPixmap
(
window
)
,
m_texture
(
scene
->
createTexture
())
,
m_texture
(
scene
->
createTexture
())
,
m_scene
(
scene
)
{
{
}
}
...
...
src/plugins/scenes/opengl/scene_opengl.h
View file @
b49c7497
...
@@ -212,7 +212,6 @@ public:
...
@@ -212,7 +212,6 @@ public:
bool
isValid
()
const
override
;
bool
isValid
()
const
override
;
private:
private:
QScopedPointer
<
SceneOpenGLTexture
>
m_texture
;
QScopedPointer
<
SceneOpenGLTexture
>
m_texture
;
SceneOpenGL
*
m_scene
;
};
};
class
SceneOpenGL
::
EffectFrame
class
SceneOpenGL
::
EffectFrame
...
...
Write
Preview
Supports
Markdown
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