debgugger: remove dead code

This commit is contained in:
hjk
2009-03-16 14:22:13 +01:00
parent 6083988bae
commit ff3fe49a14
3 changed files with 2 additions and 16 deletions

View File

@@ -795,18 +795,6 @@ QVariant DebuggerManager::sessionValue(const QString &name)
return value;
}
void DebuggerManager::querySessionValue(const QString &name, QVariant *value)
{
// this is answered by the plugin
emit sessionValueRequested(name, value);
}
void DebuggerManager::setSessionValue(const QString &name, const QVariant &value)
{
// this is answered by the plugin
emit setSessionValueRequested(name, value);
}
QVariant DebuggerManager::configValue(const QString &name)
{
// this is answered by the plugin