From 11d52a397284d15df2ffe0b01a14bd27f4c99bb6 Mon Sep 17 00:00:00 2001
From: jshipsey <jshipsey18@gmail.com>
Date: Fri, 30 Aug 2019 23:18:56 -0400
Subject: [PATCH] removing  to make gitlab compiler happy

---
 voxygen/src/scene/figure.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/voxygen/src/scene/figure.rs b/voxygen/src/scene/figure.rs
index 98fbe6796d..3a868bf71b 100644
--- a/voxygen/src/scene/figure.rs
+++ b/voxygen/src/scene/figure.rs
@@ -13,7 +13,7 @@ use client::Client;
 use common::{
     assets,
     comp::{
-        self, humanoid, item::Tool, object, quadruped, quadruped_medium, ActionState::*, Body,
+        humanoid, item::Tool, object, quadruped, quadruped_medium, ActionState::*, Body,
         CharacterState, Equipment, Item, Last, MovementState::*, Ori, Pos, Scale, Stats, Vel,
     },
     figure::Segment,