From 02e1de3ba3cc4c2e1459ca647934244018f6e640 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Tue, 22 Sep 2015 21:35:13 -0700 Subject: [PATCH] more warnings fixes --- libraries/render-utils/src/GLEscrow.cpp | 12 ------------ libraries/shared/src/MatrixStack.cpp | 12 ------------ libraries/shared/src/shared/ReadWriteLockable.cpp | 13 ------------- 3 files changed, 37 deletions(-) delete mode 100644 libraries/render-utils/src/GLEscrow.cpp delete mode 100644 libraries/shared/src/MatrixStack.cpp delete mode 100644 libraries/shared/src/shared/ReadWriteLockable.cpp diff --git a/libraries/render-utils/src/GLEscrow.cpp b/libraries/render-utils/src/GLEscrow.cpp deleted file mode 100644 index 486e9f7b5e..0000000000 --- a/libraries/render-utils/src/GLEscrow.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// -// Created by Bradley Austin Davis on 2015/08/06. -// Copyright 2015 High Fidelity, Inc. -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -// - -// FIXME - I don't think we need to actually include this in a CPP, all callers will simply -// use the header file and the result will be the code will be expanded inline. -// however, including it in a CPP file produces a linker warning on windows. -//#include "GLEscrow.h" diff --git a/libraries/shared/src/MatrixStack.cpp b/libraries/shared/src/MatrixStack.cpp deleted file mode 100644 index f6ad6f3ca7..0000000000 --- a/libraries/shared/src/MatrixStack.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// -// Created by Bradley Austin Davis -// Copyright 2013 High Fidelity, Inc. -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -// - -// FIXME - I don't think we need to actually include this in a CPP, all callers will simply -// use the header file and the result will be the code will be expanded inline. -// however, including it in a CPP file produces a linker warning on windows. -//#include "MatrixStack.h" diff --git a/libraries/shared/src/shared/ReadWriteLockable.cpp b/libraries/shared/src/shared/ReadWriteLockable.cpp deleted file mode 100644 index eb964ad1aa..0000000000 --- a/libraries/shared/src/shared/ReadWriteLockable.cpp +++ /dev/null @@ -1,13 +0,0 @@ -// -// Created by Bradley Austin Davis on 2015/09/10 -// Copyright 2013-2015 High Fidelity, Inc. -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -// - -// FIXME - I don't think we need to actually include this in a CPP, all callers will simply -// use the header file and the result will be the code will be expanded inline. -// however, including it in a CPP file produces a linker warning on windows. -//#include "ReadWriteLockable.h" -