diff gui/src/src.pro @ 14668:6a6733a55982 gui

Removed unused classes and added octave loop hook. * OctaveGUI.cpp: Removed header for command line parsing and command line parser. * WorkspaceModel: Optimized updated the model from the symbol table by passing pointers instead of copying. * OctaveLink: Removed polling thread. * src.pro: Removed deleted files. * OctaveCallbackThread: Not used anymore, hence removed. * CommandLineParser: Not used anymore, hence removed. * ReadlineAdapter: Not used anymore, hence removed.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 22 May 2012 09:13:46 +0200
parents 664f54233c98
children 252a86f8fe62
line wrap: on
line diff
--- a/gui/src/src.pro	Sun May 20 22:05:49 2012 +0200
+++ b/gui/src/src.pro	Tue May 22 09:13:46 2012 +0200
@@ -82,11 +82,8 @@
     SettingsDialog.cpp \
     OctaveGUI.cpp \
     ResourceManager.cpp \
-    CommandLineParser.cpp \
-    backend/OctaveCallbackThread.cpp \
     backend/OctaveLink.cpp \
     backend/OctaveMainThread.cpp \
-    backend/ReadlineAdapter.cpp \
     WelcomeWizard.cpp \
     FileEditor.cpp \
     WorkspaceModel.cpp
@@ -99,11 +96,8 @@
     FilesDockWidget.h \
     SettingsDialog.h \
     ResourceManager.h \
-    CommandLineParser.h \
-    backend/OctaveCallbackThread.h \
     backend/OctaveLink.h \
     backend/OctaveMainThread.h \
-    backend/ReadlineAdapter.h \
     WelcomeWizard.h \
     FileEditor.h \
     WorkspaceModel.h