diff --git a/trunk/desmume/src/windows/yopyop_private.h b/trunk/desmume/src/windows/yopyop_private.h deleted file mode 100644 index 190988a5a..000000000 --- a/trunk/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*/