diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-11-14 02:56:41 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-11-14 02:56:41 +0100 |
| commit | 49d84b95f8f2f020a96f2841580d2d7a8996dff9 (patch) | |
| tree | 66ea7e0cf795e47920b98fa06a7c965cef485ae2 /launcher | |
| parent | e4afc425b8140dd9cd8ddbfc9c211ab6e9e33ca2 (diff) | |
LauncherIcon, autopilot: introspect nux::Point3 directly, remove unneeded duplications.
(bzr r3506.6.15)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/LauncherIcon.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/launcher/LauncherIcon.cpp b/launcher/LauncherIcon.cpp index af5bb5be8..21930cc0b 100644 --- a/launcher/LauncherIcon.cpp +++ b/launcher/LauncherIcon.cpp @@ -155,9 +155,7 @@ void LauncherIcon::AddProperties(debug::IntrospectionData& introspection) monitors.push_back(IsVisibleOnMonitor(i)); introspection - .add("center_x", _center[0].x) - .add("center_y", _center[0].y) - .add("center_z", _center[0].z) + .add("center", _center[0]) .add("related_windows", Windows().size()) .add("icon_type", unsigned(_icon_type)) .add("tooltip_text", tooltip_text()) |
