From b51e151930afb722d10103ac60948d3c05dfc716 Mon Sep 17 00:00:00 2001 From: Gawaboumga Date: Fri, 21 Aug 2015 11:09:18 +0200 Subject: [PATCH] Suppression unused file Former-commit-id: 60221e1d8486e6a17a7e5368fd932628d9c52b85 --- include/Nazara/Core.hpp | 1 - include/Nazara/Core/Format.hpp | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 include/Nazara/Core/Format.hpp diff --git a/include/Nazara/Core.hpp b/include/Nazara/Core.hpp index 49a8bf3f1..170a3aab3 100644 --- a/include/Nazara/Core.hpp +++ b/include/Nazara/Core.hpp @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include diff --git a/include/Nazara/Core/Format.hpp b/include/Nazara/Core/Format.hpp deleted file mode 100644 index d03f05eae..000000000 --- a/include/Nazara/Core/Format.hpp +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (C) 2015 Jérôme Leclercq -// This file is part of the "Nazara Engine - Core module" -// For conditions of distribution and use, see copyright notice in Config.hpp - -#pragma once - -#ifndef NAZARA_FORMAT_HPP -#define NAZARA_FORMAT_HPP - -#include - -template NzString NzFormat(const NzString& str, Args... args); - -#endif // NAZARA_FORMAT_HPP