From 6cd59807dd63553f149211a617b7f40627ba1028 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 17 Jul 2018 19:38:10 +0200 Subject: [PATCH] Remove useless test_display.cxx file --- makepanda/makepanda.vcproj | 1 - panda/src/display/test_display.cxx | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 panda/src/display/test_display.cxx diff --git a/makepanda/makepanda.vcproj b/makepanda/makepanda.vcproj index b8bdcbf07b..23ed91cdf5 100644 --- a/makepanda/makepanda.vcproj +++ b/makepanda/makepanda.vcproj @@ -1379,7 +1379,6 @@ - diff --git a/panda/src/display/test_display.cxx b/panda/src/display/test_display.cxx deleted file mode 100644 index 6adfdaf269..0000000000 --- a/panda/src/display/test_display.cxx +++ /dev/null @@ -1,18 +0,0 @@ -/** - * PANDA 3D SOFTWARE - * Copyright (c) Carnegie Mellon University. All rights reserved. - * - * All use of this software is subject to the terms of the revised BSD - * license. You should have received a copy of this license along - * with this source code in a file named "LICENSE." - * - * @file test_display.cxx - * @author shochet - * @date 2000-02-02 - */ - -#include "graphicsWindow.h" - -int main() { - return 0; -}