Remove unnecessary call.

This commit is contained in:
Jared Goodwin 2020-05-21 11:10:44 -07:00
parent 529b7c3aa7
commit 5f0ca1dc58

View File

@ -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)