[gimp] pygimp: pyconsole: remove unused method
- From: Kristian Rietveld <kristian src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pygimp: pyconsole: remove unused method
- Date: Fri, 29 Apr 2016 19:52:31 +0000 (UTC)
commit 21a49992305825017291f051502a0e0abeab498b
Author: Kristian Rietveld <kris loopnest org>
Date: Thu Apr 28 21:53:26 2016 +0200
pygimp: pyconsole: remove unused method
plug-ins/pygimp/plug-ins/pyconsole.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/pyconsole.py b/plug-ins/pygimp/plug-ins/pyconsole.py
index a85bae3..df3c8eb 100644
--- a/plug-ins/pygimp/plug-ins/pyconsole.py
+++ b/plug-ins/pygimp/plug-ins/pyconsole.py
@@ -538,12 +538,6 @@ class _Console(_ReadLine, code.InteractiveInterpreter):
else:
self.emit("command", code)
- def exec_command(self, command):
- if self._get_line():
- self._commit()
- self.buffer.insert_at_cursor(command)
- self._commit()
-
def complete_attr(self, start, end):
try:
obj = eval(start, self.locals)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]