mirror of https://github.com/mgba-emu/mgba.git
Core: Remove dead code
This commit is contained in:
parent
617bb0a093
commit
d996633b12
|
@ -1,12 +0,0 @@
|
||||||
/* Copyright (c) 2013-2016 Jeffrey Pfau
|
|
||||||
*
|
|
||||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
||||||
#ifndef TEST_M_CORE_H
|
|
||||||
#define TEST_M_CORE_H
|
|
||||||
#include <mgba-util/common.h>
|
|
||||||
|
|
||||||
int TestRunCore(void);
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue