projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2be253
)
Removed spurious declaration
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Fri, 25 Oct 2013 15:45:42 +0000
(16:45 +0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 19 Nov 2013 19:32:10 +0000
(19:32 +0000)
pv/view/decodesignal.h
patch
|
blob
|
history
diff --git
a/pv/view/decodesignal.h
b/pv/view/decodesignal.h
index e95c982225f92e9e126d0c40b0850f5dbeaed1fd..c1b53d5711fc87a9abefe8fcd5bd85db5c8896aa 100644
(file)
--- a/
pv/view/decodesignal.h
+++ b/
pv/view/decodesignal.h
@@
-70,14
+70,6
@@
public:
void delete_pressed();
-private:
-
- /**
- * When painting into the rectangle, calculate the y
- * offset of the zero point.
- **/
- int get_nominal_offset(const QRect &rect) const;
-
private slots:
void on_new_decode_data();