summaryrefslogtreecommitdiff
path: root/internal_rewrite/lock_cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/lock_cursor.cpp')
-rw-r--r--internal_rewrite/lock_cursor.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal_rewrite/lock_cursor.cpp b/internal_rewrite/lock_cursor.cpp
deleted file mode 100644
index 6edb52a..0000000
--- a/internal_rewrite/lock_cursor.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "hooks.hpp"
-
-void __fastcall hooks::lock_cursor( void* ecx_, void* edx_ ) {
- if( g_settings.menu.open || g_con->m_open ) {
- g_csgo.m_surface( )->UnlockCursor( );
- return;
- }
-
- lock_cursor_o( ecx_, 0 );
-} \ No newline at end of file