Skip to content
Snippets Groups Projects
Commit 63b01086 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

QmlJsEditor: Remove dead code


Change-Id: If925c48623a969e984536b5bb4d65c938fa8df41
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 7838e2ae
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,6 @@ using namespace QmlEditorWidgets;
namespace QmlJSEditor {
static inline QString textAt(const Document* doc,
const SourceLocation &from,
const SourceLocation &to)
{
return doc->source().mid(from.offset, to.end() - from.begin());
}
static inline const ObjectValue * getPropertyChangesTarget(Node *node, const ScopeChain &scopeChain)
{
UiObjectInitializer *initializer = initializerOfObject(node);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment