Skip to content

Commit

Permalink
Update multi_clipboard.v2.ahk
Browse files Browse the repository at this point in the history
Removed empty function and an accidental include
  • Loading branch information
GroggyOtter authored May 3, 2023
1 parent 5362618 commit 4d20c80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/multi_clipboard.v2.ahk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#Include peep.ahk

;===================================================================================================
; Multi_Clipboard
; GroggyOtter - 20230502
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 4d20c80

Please sign in to comment.