Removing dead file.
This commit is contained in:
parent
41f3c92c25
commit
76d524b655
|
@ -1,17 +0,0 @@
|
|||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2014 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <xenia/gpu/draw_command.h>
|
||||
|
||||
|
||||
using namespace std;
|
||||
using namespace xe;
|
||||
using namespace xe::gpu;
|
||||
using namespace xe::gpu::xenos;
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
'buffer_resource.h',
|
||||
'command_processor.cc',
|
||||
'command_processor.h',
|
||||
'draw_command.cc',
|
||||
'draw_command.h',
|
||||
'gpu-private.h',
|
||||
'gpu.cc',
|
||||
|
|
Loading…
Reference in New Issue