From bde51f84e4612168ef8df7b2acb472d6e2c80e21 Mon Sep 17 00:00:00 2001 From: yabause Date: Sat, 13 May 2006 18:43:53 +0000 Subject: [PATCH] Removing useless files. --- desmume/src/windows/yopyop_private.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 desmume/src/windows/yopyop_private.h diff --git a/desmume/src/windows/yopyop_private.h b/desmume/src/windows/yopyop_private.h deleted file mode 100644 index 190988a5a..000000000 --- a/desmume/src/windows/yopyop_private.h +++ /dev/null @@ -1,23 +0,0 @@ -/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ -/* DO NOT EDIT ! */ - -#ifndef YOPYOP_PRIVATE_H -#define YOPYOP_PRIVATE_H - -/* VERSION DEFINITIONS */ -#define VER_STRING "0.0.0.1" -#define VER_MAJOR 0 -#define VER_MINOR 0 -#define VER_RELEASE 0 -#define VER_BUILD 1 -#define COMPANY_NAME "yopyop" -#define FILE_VERSION "" -#define FILE_DESCRIPTION "NDS(tm) emulator" -#define INTERNAL_NAME "" -#define LEGAL_COPYRIGHT "" -#define LEGAL_TRADEMARKS "" -#define ORIGINAL_FILENAME "" -#define PRODUCT_NAME "DeSmuME" -#define PRODUCT_VERSION "" - -#endif /*YOPYOP_PRIVATE_H*/