diff -r d07dd3cf0dc3 -r 1ba8ee313b57 Debugger/DebuggerInterfaceNone.py --- a/Debugger/DebuggerInterfaceNone.py Thu Sep 01 18:28:27 2016 +0200 +++ b/Debugger/DebuggerInterfaceNone.py Thu Sep 01 19:00:46 2016 +0200 @@ -343,22 +343,6 @@ """ return - def remoteExec(self, stmt): - """ - Public method to execute stmt in the current context of the debugged - program. - - @param stmt statement to execute (string) - """ - return - - def remoteBanner(self): - """ - Public slot to get the banner info of the remote client. - """ - self.debugServer.signalClientBanner("No backend", "", "") - return - def remoteCapabilities(self): """ Public slot to get the debug clients capabilities.