From 4d20c80798831afbf484439719c05da4efbfcaa8 Mon Sep 17 00:00:00 2001 From: GroggyOtter Date: Wed, 3 May 2023 11:33:52 -0500 Subject: [PATCH] Update multi_clipboard.v2.ahk Removed empty function and an accidental include --- src/multi_clipboard.v2.ahk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/multi_clipboard.v2.ahk b/src/multi_clipboard.v2.ahk index 9fa32b9..03c777a 100644 --- a/src/multi_clipboard.v2.ahk +++ b/src/multi_clipboard.v2.ahk @@ -1,5 +1,3 @@ -#Include peep.ahk - ;=================================================================================================== ; Multi_Clipboard ; GroggyOtter - 20230502 @@ -198,10 +196,6 @@ class multi_clipboard { PostMessage(WM_NCLBUTTONDOWN, 2,,, "ahk_id " hwnd) ; Tell windows left click is down on the title bar } - static copy_to_clipboard() { - - } - static destroy_gui() { ; Destroys current gui try this.gui.destroy() ; Try suppresses errors if gui doesn't exist }