Skip to content

Commit

Permalink
#599 Removed obsolete class.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Aug 17, 2023
1 parent 832b437 commit 2a69e52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 114 deletions.
2 changes: 0 additions & 2 deletions Assets/SEE/Game/InteractionDecorator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using SEE.Controls;
using SEE.Controls.Actions;
using SEE.Game.SceneManipulation;
using SEE.GO;
using UnityEngine;

Expand Down Expand Up @@ -41,7 +40,6 @@ public static void PrepareForInteraction(GameObject gameObject)
gameObject.AddComponentIfNecessary<ShowGrabbing>();
if (gameObject.HasNodeRef())
{
gameObject.AddComponentIfNecessary<GameNodeScaler>();
gameObject.AddComponentIfNecessary<ShowLabel>();
gameObject.AddComponentIfNecessary<ShowEdges>();
gameObject.AddComponentIfNecessary<HighlightErosion>();
Expand Down
101 changes: 0 additions & 101 deletions Assets/SEE/Game/SceneManipulation/GameNodeScaler.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/SEE/Game/SceneManipulation/GameNodeScaler.cs.meta

This file was deleted.

0 comments on commit 2a69e52

Please sign in to comment.