summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-10 14:14:58 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-10 14:15:25 +0000
commitf958a8f1d4e5ac324207aaaeb0c81a84b0646d1a (patch)
treeba5b070b2cfdc98e59b0fe7d54176ea8eb1b41bf /src/ui/dialog/xml-tree.h
parentFix typo bug found by PeterK (diff)
downloadinkscape-f958a8f1d4e5ac324207aaaeb0c81a84b0646d1a.tar.gz
inkscape-f958a8f1d4e5ac324207aaaeb0c81a84b0646d1a.zip
Move from XMLDialog to another paned dialog
Diffstat (limited to 'src/ui/dialog/xml-tree.h')
-rw-r--r--src/ui/dialog/xml-tree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/dialog/xml-tree.h b/src/ui/dialog/xml-tree.h
index e829a3c75..bd602366e 100644
--- a/src/ui/dialog/xml-tree.h
+++ b/src/ui/dialog/xml-tree.h
@@ -29,8 +29,6 @@
#include "ui/dialog/attrdialog.h"
#include "ui/dialog/desktop-tracker.h"
-#include "ui/dialog/selectordialog.h"
-#include "ui/dialog/styledialog.h"
class SPDesktop;
@@ -185,8 +183,6 @@ private:
enum {
FLOWBOX_PAGE_NODES,
FLOWBOX_PAGE_ATTRS,
- FLOWBOX_PAGE_STYLES,
- FLOWBOX_PAGE_SELECTORS,
};
/**
@@ -216,8 +212,6 @@ private:
SPXMLViewTree *tree;
//SPXMLViewAttrList *attributes;
AttrDialog *attributes;
- StyleDialog *styles;
- SelectorDialog *selectors;
/* XML Node Creation pop-up window */
Gtk::Entry *name_entry;
@@ -225,8 +219,6 @@ private:
Gtk::VBox node_box;
Gtk::VBox attr_box;
- Gtk::VBox selectors_box;
- Gtk::VBox styles_box;
Gtk::HBox status_box;
Gtk::Label status;
Gtk::Toolbar tree_toolbar;