mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 10:53:27 +08:00
Remove some vim config lines
This commit is contained in:
parent
26f27a9e5a
commit
7c4ec1867b
@ -76,5 +76,3 @@ while (<STDIN>) {
|
|||||||
print("\n") if $reported;
|
print("\n") if $reported;
|
||||||
|
|
||||||
exit(0); # Let the push go forward.
|
exit(0); # Let the push go forward.
|
||||||
|
|
||||||
# vi: set ts=4 sw=4 expandtab:
|
|
||||||
|
@ -271,6 +271,3 @@ SDL_JoystickDriver SDL_PSP_JoystickDriver = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif /* SDL_JOYSTICK_PSP */
|
#endif /* SDL_JOYSTICK_PSP */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -109,6 +109,3 @@ void SDL_SYS_DetachThread(SDL_Thread *thread)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_THREAD_NGAGE */
|
#endif /* SDL_THREAD_NGAGE */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_THREAD_PS2 */
|
#endif /* SDL_THREAD_PS2 */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -133,6 +133,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_THREAD_PS2 */
|
#endif /* SDL_THREAD_PS2 */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -143,6 +143,3 @@ int SDL_SemPost(SDL_sem *sem)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_THREAD_PSP */
|
#endif /* SDL_THREAD_PSP */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -105,6 +105,3 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_THREAD_PSP */
|
#endif /* SDL_THREAD_PSP */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -50,6 +50,3 @@ void SDL_DelayNS(Uint64 ns)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_TIMER_PS2 */
|
#endif /* SDL_TIMER_PS2 */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -58,6 +58,3 @@ void SDL_DelayNS(Uint64 ns)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_TIMER_PSP */
|
#endif /* SDL_TIMER_PSP */
|
||||||
|
|
||||||
/* vim: ts=4 sw=4
|
|
||||||
*/
|
|
||||||
|
@ -295,5 +295,3 @@ void SDL_NSLog(const char *prefix, const char *text)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_DRIVER_COCOA */
|
#endif /* SDL_VIDEO_DRIVER_COCOA */
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -302,5 +302,3 @@ SDL_bool Cocoa_Vulkan_CreateSurface(_THIS,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -511,5 +511,3 @@ clean:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -173,5 +173,3 @@ SDL_bool Wayland_Vulkan_CreateSurface(_THIS,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -692,5 +692,3 @@ WIN_IsPerMonitorV2DPIAware(_THIS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_DRIVER_WINDOWS */
|
#endif /* SDL_VIDEO_DRIVER_WINDOWS */
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -500,5 +500,3 @@ X11_UseDirectColorVisuals(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_DRIVER_X11 */
|
#endif /* SDL_VIDEO_DRIVER_X11 */
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
@ -231,5 +231,3 @@ SDL_bool X11_Vulkan_CreateSurface(_THIS,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vim: set ts=4 sw=4 expandtab: */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user