Remove Application::isClosingX11Connection()
It's unused.
This commit is contained in:
parent
fb3787a4d7
commit
8ce8d9a330
1 changed files with 0 additions and 9 deletions
|
@ -204,14 +204,6 @@ public:
|
||||||
|
|
||||||
void setXwaylandScale(qreal scale);
|
void setXwaylandScale(qreal scale);
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns @c true if we're in the middle of destroying the X11 connection.
|
|
||||||
*/
|
|
||||||
bool isClosingX11Connection() const
|
|
||||||
{
|
|
||||||
return m_isClosingX11Connection;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if KWIN_BUILD_ACTIVITIES
|
#if KWIN_BUILD_ACTIVITIES
|
||||||
bool usesKActivities() const
|
bool usesKActivities() const
|
||||||
{
|
{
|
||||||
|
@ -299,7 +291,6 @@ private:
|
||||||
#endif
|
#endif
|
||||||
Platform *m_platform = nullptr;
|
Platform *m_platform = nullptr;
|
||||||
bool m_terminating = false;
|
bool m_terminating = false;
|
||||||
bool m_isClosingX11Connection = false;
|
|
||||||
qreal m_xwaylandScale = 1;
|
qreal m_xwaylandScale = 1;
|
||||||
QProcessEnvironment m_processEnvironment;
|
QProcessEnvironment m_processEnvironment;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue