[Cleanup] Remove unused template in adapter

This commit is contained in:
Pete Richards
2016-12-20 15:30:42 -08:00
parent 89be1c810a
commit 96c054415d
2 changed files with 0 additions and 48 deletions

View File

@ -25,7 +25,6 @@ define([
'legacyRegistry',
'uuid',
'./api/api',
'text!./adapter/templates/edit-object-replacement.html',
'./selection/Selection',
'./api/objects/object-utils',
'./ui/ViewRegistry'
@ -34,7 +33,6 @@ define([
legacyRegistry,
uuid,
api,
editObjectTemplate,
Selection,
objectUtils,
ViewRegistry