mirror of
https://github.com/KDE/konsole.git
synced 2026-05-12 00:31:51 -04:00
Remove unused accessor
This commit is contained in:
@@ -216,10 +216,7 @@ void Session::setDarkBackground(bool darkBackground)
|
||||
{
|
||||
_hasDarkBackground = darkBackground;
|
||||
}
|
||||
bool Session::hasDarkBackground() const
|
||||
{
|
||||
return _hasDarkBackground;
|
||||
}
|
||||
|
||||
bool Session::isRunning() const
|
||||
{
|
||||
return _shellProcess && (_shellProcess->state() == QProcess::Running);
|
||||
|
||||
@@ -317,11 +317,6 @@ public:
|
||||
* This has no effect once the session is running.
|
||||
*/
|
||||
void setDarkBackground(bool darkBackground);
|
||||
/**
|
||||
* Returns true if the session has a dark background.
|
||||
* See setDarkBackground()
|
||||
*/
|
||||
bool hasDarkBackground() const;
|
||||
|
||||
/**
|
||||
* Attempts to get the shell program to redraw the current display area.
|
||||
|
||||
Reference in New Issue
Block a user