mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 09:54:36 +02:00
Register extension
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user