diff --git a/src/d2dx/pch.h b/src/d2dx/pch.h index 041276c..2ae293a 100644 --- a/src/d2dx/pch.h +++ b/src/d2dx/pch.h @@ -58,18 +58,6 @@ template using ComPtr = Microsoft::WRL::ComPtr; -template -using RuntimeClass = Microsoft::WRL::RuntimeClass; - -template -using RuntimeClassFlags = Microsoft::WRL::RuntimeClassFlags; - -using RuntimeClassType = Microsoft::WRL::RuntimeClassType; - -using Microsoft::WRL::Details::Make; - -using Microsoft::WRL::Details::MakeAndInitialize; - using EventHandle = Microsoft::WRL::Wrappers::HandleT; #endif //PCH_H