瀏覽代碼

Removed unused function.

Бранимир Караџић 7 年之前
父節點
當前提交
a6d1ece41b
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      3rdparty/dear-imgui/widgets/gizmo.inl

+ 0 - 7
3rdparty/dear-imgui/widgets/gizmo.inl

@@ -764,13 +764,6 @@ namespace ImGuizmo
       }
    }
 
-   static float GetUniform(const vec_t& position, const matrix_t& mat)
-   {
-      vec_t trf = makeVect(position.x, position.y, position.z, 1.f);
-      trf.Transform(mat);
-      return trf.w;
-   }
-
    static void ComputeContext(const float *view, const float *projection, float *matrix, MODE mode)
    {
       gContext.mMode = mode;