Remove some vim config lines

This commit is contained in:
Sylvain 2023-02-10 10:59:57 +01:00 committed by Sylvain Becker
parent 26f27a9e5a
commit 7c4ec1867b
16 changed files with 0 additions and 40 deletions

View file

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

View file

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

View file

@ -109,6 +109,3 @@ void SDL_SYS_DetachThread(SDL_Thread *thread)
}
#endif /* SDL_THREAD_NGAGE */
/* vim: ts=4 sw=4
*/

View file

@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem)
}
#endif /* SDL_THREAD_PS2 */
/* vim: ts=4 sw=4
*/

View file

@ -133,6 +133,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
}
#endif /* SDL_THREAD_PS2 */
/* vim: ts=4 sw=4
*/

View file

@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem)
}
#endif /* SDL_THREAD_PSP */
/* vim: ts=4 sw=4
*/

View file

@ -105,6 +105,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
}
#endif /* SDL_THREAD_PSP */
/* vim: ts=4 sw=4
*/

View file

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

View file

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

View file

@ -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: */

View file

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

View file

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

View file

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

View file

@ -692,5 +692,3 @@ WIN_IsPerMonitorV2DPIAware(_THIS)
}
#endif /* SDL_VIDEO_DRIVER_WINDOWS */
/* vim: set ts=4 sw=4 expandtab: */

View file

@ -500,5 +500,3 @@ X11_UseDirectColorVisuals(void)
}
#endif /* SDL_VIDEO_DRIVER_X11 */
/* vim: set ts=4 sw=4 expandtab: */

View file

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