Prechádzať zdrojové kódy

Remove some vim config lines

Sylvain 2 rokov pred
rodič
commit
7c4ec1867b

+ 0 - 2
build-scripts/git-pre-push-hook.pl

@@ -76,5 +76,3 @@ while (<STDIN>) {
 print("\n") if $reported;
 
 exit(0);  # Let the push go forward.
-
-# vi: set ts=4 sw=4 expandtab:

+ 0 - 3
src/joystick/psp/SDL_sysjoystick.c

@@ -271,6 +271,3 @@ SDL_JoystickDriver SDL_PSP_JoystickDriver = {
 };
 
 #endif /* SDL_JOYSTICK_PSP */
-
-/* vim: ts=4 sw=4
- */

+ 0 - 3
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
- */

+ 0 - 3
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
- */

+ 0 - 3
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
- */

+ 0 - 3
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
- */

+ 0 - 3
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
- */

+ 0 - 3
src/timer/ps2/SDL_systimer.c

@@ -50,6 +50,3 @@ void SDL_DelayNS(Uint64 ns)
 }
 
 #endif /* SDL_TIMER_PS2 */
-
-/* vim: ts=4 sw=4
- */

+ 0 - 3
src/timer/psp/SDL_systimer.c

@@ -58,6 +58,3 @@ void SDL_DelayNS(Uint64 ns)
 }
 
 #endif /* SDL_TIMER_PSP */
-
-/* vim: ts=4 sw=4
- */

+ 0 - 2
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: */

+ 0 - 2
src/video/cocoa/SDL_cocoavulkan.m

@@ -302,5 +302,3 @@ SDL_bool Cocoa_Vulkan_CreateSurface(_THIS,
 }
 
 #endif
-
-/* vim: set ts=4 sw=4 expandtab: */

+ 0 - 2
src/video/kmsdrm/SDL_kmsdrmvulkan.c

@@ -511,5 +511,3 @@ clean:
 }
 
 #endif
-
-/* vim: set ts=4 sw=4 expandtab: */

+ 0 - 2
src/video/wayland/SDL_waylandvulkan.c

@@ -173,5 +173,3 @@ SDL_bool Wayland_Vulkan_CreateSurface(_THIS,
 }
 
 #endif
-
-/* vim: set ts=4 sw=4 expandtab: */

+ 0 - 2
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: */

+ 0 - 2
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: */

+ 0 - 2
src/video/x11/SDL_x11vulkan.c

@@ -231,5 +231,3 @@ SDL_bool X11_Vulkan_CreateSurface(_THIS,
 }
 
 #endif
-
-/* vim: set ts=4 sw=4 expandtab: */