]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/Mainwindow.hxx
Move the interpreters to the core InformationManager
[frida/frida.git] / src / gui / Mainwindow.hxx
index cfdbaaa152e21ccb124d261e477db4604c30c70c..a89179598a095c71e16b32d432b40f5bd9d5855d 100644 (file)
@@ -20,7 +20,6 @@ class InformationManager;
 class FunctionWidget;
 class BasicBlockWidget;
 class FridaDock;
-class Interpreter;
 
 class Mainwindow : public QMainWindow {
        Q_OBJECT
@@ -55,7 +54,6 @@ private:
        std::map<QTreeWidgetItem*, FunctionWidget*> objects_list;
        std::map<uint64_t, QTreeWidgetItem*> objects_list_by_address;
        std::vector<QTreeWidgetItem*> group_list;
-       std::map<std::string, Interpreter*> interpreter;
 
        InformationManager* manager;
        log4cxx::LoggerPtr logger;