summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-05 10:00:06 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:17 +0000
commit8e672fac334b7ff9d4687ad0bc86dcd820c4f6ea (patch)
tree78f56f879b4a3d628da628609efc5c8c17ad7596 /src/ui/dialog/styledialog.h
parentRemoving unwanted selector (diff)
downloadinkscape-8e672fac334b7ff9d4687ad0bc86dcd820c4f6ea.tar.gz
inkscape-8e672fac334b7ff9d4687ad0bc86dcd820c4f6ea.zip
starting refactor
Diffstat (limited to 'src/ui/dialog/styledialog.h')
-rw-r--r--src/ui/dialog/styledialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/dialog/styledialog.h b/src/ui/dialog/styledialog.h
index 4c9f96a4a..6ba4fe345 100644
--- a/src/ui/dialog/styledialog.h
+++ b/src/ui/dialog/styledialog.h
@@ -99,7 +99,6 @@ public:
void _updateWatchers();
// Manipulate Tree
- Glib::ustring _getIdList(std::vector<SPObject *>);
std::vector<SPObject *> _getObjVec(Glib::ustring selector);
std::map<Glib::ustring, Glib::ustring> parseStyle(Glib::ustring style_string);
@@ -120,7 +119,6 @@ public:
void _rowCollapse(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path);
void _closeDialog(Gtk::Dialog *textDialogPtr);
void _hideRootToggle( Gtk::CellRenderer* renderer, const Gtk::TreeModel::iterator& iter);
- void _filterRow(); // filter row in tree when selection changed.
DesktopTracker _desktopTracker;
Inkscape::XML::SignalObserver _objObserver; // Track object in selected row (for style change).