summaryrefslogtreecommitdiff
path: root/DevTools
diff options
context:
space:
mode:
Diffstat (limited to 'DevTools')
-rw-r--r--DevTools/HackStudio/EditorWrapper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/DevTools/HackStudio/EditorWrapper.h b/DevTools/HackStudio/EditorWrapper.h
index 38f24c0984..0cf67032a2 100644
--- a/DevTools/HackStudio/EditorWrapper.h
+++ b/DevTools/HackStudio/EditorWrapper.h
@@ -58,7 +58,3 @@ private:
};
}
-
-AK_BEGIN_TYPE_TRAITS(HackStudio::EditorWrapper)
-static bool is_type(const Core::Object& object) { return !strcmp(object.class_name(), "EditorWrapper"); }
-AK_END_TYPE_TRAITS()