diff options
Diffstat (limited to 'trace-view-store.h')
-rw-r--r-- | trace-view-store.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trace-view-store.h b/trace-view-store.h index f6825bc..60f90a5 100644 --- a/trace-view-store.h +++ b/trace-view-store.h | |||
@@ -120,10 +120,6 @@ gint trace_view_store_get_timestamp_page(TraceViewStore *store, guint64 ts); | |||
120 | 120 | ||
121 | gint trace_view_store_get_timestamp_visible_row(TraceViewStore *store, guint64 ts); | 121 | gint trace_view_store_get_timestamp_visible_row(TraceViewStore *store, guint64 ts); |
122 | 122 | ||
123 | guint64 trace_view_store_get_time_from_row(TraceViewStore *store, gint row); | ||
124 | |||
125 | guint64 trace_view_store_get_offset_from_row(TraceViewStore *store, gint row); | ||
126 | |||
127 | void trace_view_store_filter_tasks(TraceViewStore *store, struct filter_task *filter); | 123 | void trace_view_store_filter_tasks(TraceViewStore *store, struct filter_task *filter); |
128 | 124 | ||
129 | TraceViewRecord *trace_view_store_get_row(TraceViewStore *store, gint row); | 125 | TraceViewRecord *trace_view_store_get_row(TraceViewStore *store, gint row); |