summaryrefslogtreecommitdiff
path: root/giscanner/message.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-05-28 06:43:13 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:55:02 +0200
commitdb34cca45f4a726e20f2452615068fe1e04bc428 (patch)
tree96c06cee8d69b260dcbe93e08c128899162d06ff /giscanner/message.py
parentcc96177ec877153e7e5e55e6af270829da546015 (diff)
downloadgobject-introspection-db34cca45f4a726e20f2452615068fe1e04bc428.tar.gz
giscanner: remove Position.offset()
It's never used...
Diffstat (limited to 'giscanner/message.py')
-rw-r--r--giscanner/message.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/giscanner/message.py b/giscanner/message.py
index eca425aa..58908352 100644
--- a/giscanner/message.py
+++ b/giscanner/message.py
@@ -66,9 +66,6 @@ class Position(object):
else:
return '%s:' % (filename, )
- def offset(self, offset):
- return Position(self.filename, self.line + offset, self.column)
-
class MessageLogger(object):
_instance = None