From 03ea7a05e62332ee4e41d00606e9f80cfdd95f33 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 30 Sep 2020 10:49:47 +0300 Subject: [PATCH] Remove pch source file. --- ui/ui_pch.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ui/ui_pch.cpp diff --git a/ui/ui_pch.cpp b/ui/ui_pch.cpp deleted file mode 100644 index 4e95b75..0000000 --- a/ui/ui_pch.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// This file is part of Desktop App Toolkit, -// a set of libraries for developing nice desktop applications. -// -// For license and copyright information please follow this link: -// https://github.com/desktop-app/legal/blob/master/LEGAL -// -#include "ui/ui_pch.h" - -// Precompiled header helper.