mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove unnecessary call.
This commit is contained in:
parent
529b7c3aa7
commit
5f0ca1dc58
@ -22,8 +22,6 @@ namespace Remotely.ScreenCast.Win.Services
|
||||
ClipboardWatcher = new System.Timers.Timer(500);
|
||||
ClipboardWatcher.Elapsed += ClipboardWatcher_Elapsed;
|
||||
ClipboardWatcher.Start();
|
||||
|
||||
GetText();
|
||||
}
|
||||
|
||||
public void SetText(string clipboardText)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user