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; -}