diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-12-24 09:10:50 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-12-24 09:10:50 +0000 |
| commit | 9f858e0cb6515c09b1bff1456e91de4ffd05c889 (patch) | |
| tree | 4c3c2b4a655e6ece1c84f0fd574c3e9f8d2a3631 /src/ui/widget/dock-item.cpp | |
| parent | Show appropriate warning if non-existent export ID is specified (diff) | |
| download | inkscape-9f858e0cb6515c09b1bff1456e91de4ffd05c889.tar.gz inkscape-9f858e0cb6515c09b1bff1456e91de4ffd05c889.zip | |
Name a few more widgets. Minor cleanup.
Diffstat (limited to 'src/ui/widget/dock-item.cpp')
| -rw-r--r-- | src/ui/widget/dock-item.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/widget/dock-item.cpp b/src/ui/widget/dock-item.cpp index 4a06163e1..29f22977a 100644 --- a/src/ui/widget/dock-item.cpp +++ b/src/ui/widget/dock-item.cpp @@ -29,8 +29,7 @@ DockItem::DockItem(Dock& dock, const Glib::ustring& name, const Glib::ustring& l _x(0), _y(0), _grab_focus_on_realize(false), - _gdl_dock_item(0), - _dock_item_action_area(0) + _gdl_dock_item(0) { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); GdlDockItemBehavior gdl_dock_behavior = |
