diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 23:06:51 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 23:06:51 +0000 |
| commit | e462e895d95f2ba69395e20671725ef8420334a7 (patch) | |
| tree | ca236deec9550631d2c4f2c9766b20e1eaaa52ce /src | |
| parent | Rm obsolete function (diff) | |
| download | inkscape-e462e895d95f2ba69395e20671725ef8420334a7.tar.gz inkscape-e462e895d95f2ba69395e20671725ef8420334a7.zip | |
Get rid of obsolete rules_hint in TreeView
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/undo-history.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/undo-history.cpp b/src/ui/dialog/undo-history.cpp index 3d6d71e9a..d3bfa75d3 100644 --- a/src/ui/dialog/undo-history.cpp +++ b/src/ui/dialog/undo-history.cpp @@ -117,7 +117,6 @@ UndoHistory::UndoHistory() // connect with the EventLog _connectEventLog(); - _event_list_view.set_rules_hint(false); _event_list_view.set_enable_search(false); _event_list_view.set_headers_visible(false); |
