]> git.cworth.org Git - apitrace/blobdiff - gui/apitracefilter.h
Remove unused callIndex methods.
[apitrace] / gui / apitracefilter.h
index 217938c82a0fa2775175317afff428c58bca6a49..30c92a1287ff55794892068686d745c7d0155fcc 100644 (file)
@@ -27,7 +27,6 @@ public:
     void setFilterRegexp(const QRegExp &regexp);
     QRegExp filterRegexp() const;
 
-    QModelIndex callIndex(int callNum) const;
     QModelIndex indexForCall(ApiTraceCall *call) const;
 protected:
     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;