From f79db44bfe27e95406b8ec55997a7738e6c4c4d2 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Wed, 21 Dec 2022 17:56:15 +0200 Subject: [PATCH] cleanup --- app_handling.ahk | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app_handling.ahk b/app_handling.ahk index 417195f..c0be8e2 100644 --- a/app_handling.ahk +++ b/app_handling.ahk @@ -2,21 +2,6 @@ #include lib/clipboard.ahk -;; There is no need for a standard ahk auto-execute area anymore because of this method. -;; This method is called automatically when the static variable autoExecute is instantiated, -;; and since it's a static, it will only be instantiated once! -;; -;; Idea provided by @nnnik#6686 on the AHK Discord Server: https://discord.gg/s3Fqygv -;AppHandlingAutoExecute() -;{ -; static autoExecute := AppHandlingAutoExecute() -; -; SetTimer, hideTeamviewerSponsoredSession, 5000 -; -; ; 2018.09.07: no need for this as sublime text is licensed now! -; ; SetTimer, hideSublimeRegister, 1000 -;} - #HotIf WinActive("ahk_class SDL_app") j::Space k::PgUp