Register extension

This commit is contained in:
Simon 2011-04-06 13:37:28 +01:00
parent ca02640ebb
commit 5e03aae7b3

View File

@ -416,7 +416,6 @@ char * clipboard_pull_text()
int register_extension()
{
#if defined INSTALLABLE
#if defined WIN32
LONG rresult;
HKEY newkey;
@ -487,9 +486,6 @@ int register_extension()
#elif defined MACOSX
return 0;
#endif
#else
return 0;
#endif
}
vector2d v2d_zero = {0,0};