mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Removed accidentally committed test code.
This commit is contained in:
parent
1e6d825400
commit
66ce911478
@ -77,13 +77,6 @@ PLUGIN_EXPORT void Finalize(void* data)
|
||||
delete measure;
|
||||
}
|
||||
|
||||
PLUGIN_EXPORT void ExecuteBang(void* data, LPCWSTR params[], int count)
|
||||
{
|
||||
if (count >= 1) MessageBox(NULL, params[0], NULL, MB_OK | MB_TOPMOST);
|
||||
if (count >= 2) MessageBox(NULL, params[1], NULL, MB_OK | MB_TOPMOST);
|
||||
if (count >= 3) MessageBox(NULL, params[2], NULL, MB_OK | MB_TOPMOST);
|
||||
}
|
||||
|
||||
void CheckProcesses()
|
||||
{
|
||||
// Set everything to false
|
||||
|
Loading…
Reference in New Issue
Block a user