From d3bb65719279d932a9e3cb92de996765af4bc5a1 Mon Sep 17 00:00:00 2001 From: bolrog <81111887+bolrog@users.noreply.github.com> Date: Sun, 16 May 2021 12:08:55 +0200 Subject: [PATCH] Cleanup. --- src/d2dx/pch.h | 12 ------------ 1 file changed, 12 deletions(-) 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