diff options
Diffstat (limited to 'src/plugins/debugger/debuggercore.h')
-rw-r--r-- | src/plugins/debugger/debuggercore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggercore.h b/src/plugins/debugger/debuggercore.h index 51d5a26a6b..5902853714 100644 --- a/src/plugins/debugger/debuggercore.h +++ b/src/plugins/debugger/debuggercore.h @@ -73,8 +73,6 @@ void showModuleSections(const QString &moduleName, const QVector<Internal::Secti QSharedPointer<Internal::GlobalDebuggerOptions> globalDebuggerOptions(); -QVariant sessionValue(const QByteArray &name); -void setSessionValue(const QByteArray &name, const QVariant &value); QVariant configValue(const QString &name); void setConfigValue(const QString &name, const QVariant &value); |