diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-26 14:24:17 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-26 14:24:17 +0200 |
commit | 482c58422d36425b3c60ea1a7655b342a5be1228 (patch) | |
tree | 11aebabf42875780f8bc09b7c3e44c2f65f9d4b6 /dw/iterator.hh | |
parent | a170867c7b7db49e0d52a51f7321b86348fa9ae7 (diff) |
RTFL.
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index abf31d0b..9460adc4 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -86,8 +86,6 @@ public: static void scrollTo (Iterator *it1, Iterator *it2, int start, int end, HPosition hpos, VPosition vpos); - - virtual void print (); }; |