From 7c4ec1867b682d58077be5b5f5299f5165014ee9 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 10 Feb 2023 10:59:57 +0100 Subject: [PATCH] Remove some vim config lines --- build-scripts/git-pre-push-hook.pl | 2 -- src/joystick/psp/SDL_sysjoystick.c | 3 --- src/thread/ngage/SDL_systhread.cpp | 3 --- src/thread/ps2/SDL_syssem.c | 3 --- src/thread/ps2/SDL_systhread.c | 3 --- src/thread/psp/SDL_syssem.c | 3 --- src/thread/psp/SDL_systhread.c | 3 --- src/timer/ps2/SDL_systimer.c | 3 --- src/timer/psp/SDL_systimer.c | 3 --- src/video/cocoa/SDL_cocoavideo.m | 2 -- src/video/cocoa/SDL_cocoavulkan.m | 2 -- src/video/kmsdrm/SDL_kmsdrmvulkan.c | 2 -- src/video/wayland/SDL_waylandvulkan.c | 2 -- src/video/windows/SDL_windowsvideo.c | 2 -- src/video/x11/SDL_x11video.c | 2 -- src/video/x11/SDL_x11vulkan.c | 2 -- 16 files changed, 40 deletions(-) diff --git a/build-scripts/git-pre-push-hook.pl b/build-scripts/git-pre-push-hook.pl index ff84dff41c..63596b65d7 100755 --- a/build-scripts/git-pre-push-hook.pl +++ b/build-scripts/git-pre-push-hook.pl @@ -76,5 +76,3 @@ while () { print("\n") if $reported; exit(0); # Let the push go forward. - -# vi: set ts=4 sw=4 expandtab: diff --git a/src/joystick/psp/SDL_sysjoystick.c b/src/joystick/psp/SDL_sysjoystick.c index fd9314e53f..c624cad2ad 100644 --- a/src/joystick/psp/SDL_sysjoystick.c +++ b/src/joystick/psp/SDL_sysjoystick.c @@ -271,6 +271,3 @@ SDL_JoystickDriver SDL_PSP_JoystickDriver = { }; #endif /* SDL_JOYSTICK_PSP */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/thread/ngage/SDL_systhread.cpp b/src/thread/ngage/SDL_systhread.cpp index 4f795a37ea..0c4da7f578 100644 --- a/src/thread/ngage/SDL_systhread.cpp +++ b/src/thread/ngage/SDL_systhread.cpp @@ -109,6 +109,3 @@ void SDL_SYS_DetachThread(SDL_Thread *thread) } #endif /* SDL_THREAD_NGAGE */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/thread/ps2/SDL_syssem.c b/src/thread/ps2/SDL_syssem.c index 406944df6c..a56050d6ec 100644 --- a/src/thread/ps2/SDL_syssem.c +++ b/src/thread/ps2/SDL_syssem.c @@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem) } #endif /* SDL_THREAD_PS2 */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/thread/ps2/SDL_systhread.c b/src/thread/ps2/SDL_systhread.c index e52dc7f707..a718eccab6 100644 --- a/src/thread/ps2/SDL_systhread.c +++ b/src/thread/ps2/SDL_systhread.c @@ -133,6 +133,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) } #endif /* SDL_THREAD_PS2 */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/thread/psp/SDL_syssem.c b/src/thread/psp/SDL_syssem.c index af85e3a774..0e89de958b 100644 --- a/src/thread/psp/SDL_syssem.c +++ b/src/thread/psp/SDL_syssem.c @@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem) } #endif /* SDL_THREAD_PSP */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/thread/psp/SDL_systhread.c b/src/thread/psp/SDL_systhread.c index 2b736cc1e8..b9d2f32061 100644 --- a/src/thread/psp/SDL_systhread.c +++ b/src/thread/psp/SDL_systhread.c @@ -105,6 +105,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) } #endif /* SDL_THREAD_PSP */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/timer/ps2/SDL_systimer.c b/src/timer/ps2/SDL_systimer.c index 0a2d2236f3..efe4708e4e 100644 --- a/src/timer/ps2/SDL_systimer.c +++ b/src/timer/ps2/SDL_systimer.c @@ -50,6 +50,3 @@ void SDL_DelayNS(Uint64 ns) } #endif /* SDL_TIMER_PS2 */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/timer/psp/SDL_systimer.c b/src/timer/psp/SDL_systimer.c index 9db1efea7b..31aded8f1b 100644 --- a/src/timer/psp/SDL_systimer.c +++ b/src/timer/psp/SDL_systimer.c @@ -58,6 +58,3 @@ void SDL_DelayNS(Uint64 ns) } #endif /* SDL_TIMER_PSP */ - -/* vim: ts=4 sw=4 - */ diff --git a/src/video/cocoa/SDL_cocoavideo.m b/src/video/cocoa/SDL_cocoavideo.m index efc9a26c75..f6ba6526aa 100644 --- a/src/video/cocoa/SDL_cocoavideo.m +++ b/src/video/cocoa/SDL_cocoavideo.m @@ -295,5 +295,3 @@ void SDL_NSLog(const char *prefix, const char *text) } #endif /* SDL_VIDEO_DRIVER_COCOA */ - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/cocoa/SDL_cocoavulkan.m b/src/video/cocoa/SDL_cocoavulkan.m index 019d5bbce2..bb80b363a6 100644 --- a/src/video/cocoa/SDL_cocoavulkan.m +++ b/src/video/cocoa/SDL_cocoavulkan.m @@ -302,5 +302,3 @@ SDL_bool Cocoa_Vulkan_CreateSurface(_THIS, } #endif - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/kmsdrm/SDL_kmsdrmvulkan.c b/src/video/kmsdrm/SDL_kmsdrmvulkan.c index 60920cf155..889e72c548 100644 --- a/src/video/kmsdrm/SDL_kmsdrmvulkan.c +++ b/src/video/kmsdrm/SDL_kmsdrmvulkan.c @@ -511,5 +511,3 @@ clean: } #endif - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/wayland/SDL_waylandvulkan.c b/src/video/wayland/SDL_waylandvulkan.c index bce6fab94a..b0310ee805 100644 --- a/src/video/wayland/SDL_waylandvulkan.c +++ b/src/video/wayland/SDL_waylandvulkan.c @@ -173,5 +173,3 @@ SDL_bool Wayland_Vulkan_CreateSurface(_THIS, } #endif - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/windows/SDL_windowsvideo.c b/src/video/windows/SDL_windowsvideo.c index 98c8bacb41..9cb30d820b 100644 --- a/src/video/windows/SDL_windowsvideo.c +++ b/src/video/windows/SDL_windowsvideo.c @@ -692,5 +692,3 @@ WIN_IsPerMonitorV2DPIAware(_THIS) } #endif /* SDL_VIDEO_DRIVER_WINDOWS */ - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c index 463fb2cb28..d2517772c6 100644 --- a/src/video/x11/SDL_x11video.c +++ b/src/video/x11/SDL_x11video.c @@ -500,5 +500,3 @@ X11_UseDirectColorVisuals(void) } #endif /* SDL_VIDEO_DRIVER_X11 */ - -/* vim: set ts=4 sw=4 expandtab: */ diff --git a/src/video/x11/SDL_x11vulkan.c b/src/video/x11/SDL_x11vulkan.c index dc85a78b59..255fd0f1e9 100644 --- a/src/video/x11/SDL_x11vulkan.c +++ b/src/video/x11/SDL_x11vulkan.c @@ -231,5 +231,3 @@ SDL_bool X11_Vulkan_CreateSurface(_THIS, } #endif - -/* vim: set ts=4 sw=4 expandtab: */