aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-03-07 17:35:35 +0100
committerUlf Hermann <ulf.hermann@digia.com>2014-03-11 10:13:48 +0100
commit14dc364c2ebcddf8922f1db15ae9900b4cddf799 (patch)
tree2d4b38c442efcf638a49c9c673b7238a93ad58b1 /src/plugins/qmlprofiler
parentc3f8f62f2a63986ab28352d4e703a120e622adce (diff)
QmlProfiler: Remove pointless struct
Change-Id: I9a67048ba5c4dfc238c9f8456601922c4528a53c Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp b/src/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
index e61f5eec8fb..29837a61d2d 100644
--- a/src/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilerpainteventsmodelproxy.cpp
@@ -45,12 +45,6 @@
namespace QmlProfiler {
namespace Internal {
-struct CategorySpan {
- bool expanded;
- int expandedRows;
- int contractedRows;
-};
-
class PaintEventsModelProxy::PaintEventsModelProxyPrivate :
public SortedTimelineModel<QmlPaintEventData,
SingleCategoryTimelineModel::SingleCategoryTimelineModelPrivate>