changeset 27977:87ab5d8fe27f

* file-editor-tab.cc (load_file): removed obsolete FIXME comment
author Torsten Lilge <ttl-octave@mailbox.org>
date Tue, 21 Jan 2020 21:45:49 +0100
parents cd3999e62492
children a4268efb7334
files libgui/src/m-editor/file-editor-tab.cc
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Tue Jan 21 10:32:55 2020 +0100
+++ b/libgui/src/m-editor/file-editor-tab.cc	Tue Jan 21 21:45:49 2020 +0100
@@ -1885,24 +1885,6 @@
 
     m_edit_area->setCursorPosition (line, col);
 
-    // FIXME: (BREAKPOINTS) At this point it would be nice to put any set
-    // breakpoints on the margin.  In order to do this, somehow the
-    // "dbstatus" command needs to be accessed.  All it would require is a
-    // routine that does "res = feval ("dbstatus") and signals that result
-    // to some slot.
-    //
-    // See patch #8016 for a general way to get Octave results from
-    // commands processed in the background.
-
-    /*
-      connect (event_manager, SIGNAL (fileSelected (QObject *, const QString&, const octave_value_list&)),
-      this, SLOT (handle_feval_result (QObject *, const QString&, const octave_value_list&)));
-      connect (this, SIGNAL (evaluate_octave_command (const QString&)),
-      event_manager, SLOT (queue_octave_command (const QString&)));
-
-      emit evaluate_octave_command ("dbstatus");
-    */
-
     return QString ();
   }