forked from qt-creator/qt-creator
C++: Remove unused functions in Document::Block
Change-Id: I7049388d970c2c1454a95f0a0df6cfd8f5a960a8 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -215,15 +215,6 @@ public:
|
||||
: _begin(begin), _end(end)
|
||||
{ }
|
||||
|
||||
inline bool isNull() const
|
||||
{ return length() == 0; }
|
||||
|
||||
inline unsigned position() const
|
||||
{ return _begin; }
|
||||
|
||||
inline unsigned length() const
|
||||
{ return _end - _begin; }
|
||||
|
||||
inline unsigned begin() const
|
||||
{ return _begin; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user