mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Remove love.timer SDL implementation files, since they don’t do anything.
--HG-- branch : minor
This commit is contained in:
+2
-13
@@ -948,25 +948,14 @@ source_group("modules\\thread\\sdl" FILES ${LOVE_SRC_MODULE_THREAD_SDL})
|
||||
# love.timer
|
||||
#
|
||||
|
||||
set(LOVE_SRC_MODULE_TIMER_ROOT
|
||||
set(LOVE_SRC_MODULE_TIMER
|
||||
src/modules/timer/Timer.cpp
|
||||
src/modules/timer/Timer.h
|
||||
src/modules/timer/wrap_Timer.cpp
|
||||
src/modules/timer/wrap_Timer.h
|
||||
)
|
||||
|
||||
set(LOVE_SRC_MODULE_TIMER_SDL
|
||||
src/modules/timer/sdl/Timer.cpp
|
||||
src/modules/timer/sdl/Timer.h
|
||||
)
|
||||
|
||||
set(LOVE_SRC_MODULE_TIMER
|
||||
${LOVE_SRC_MODULE_TIMER_ROOT}
|
||||
${LOVE_SRC_MODULE_TIMER_SDL}
|
||||
)
|
||||
|
||||
source_group("modules\\timer" FILES ${LOVE_SRC_MODULE_TIMER_ROOT})
|
||||
source_group("modules\\timer\\sdl" FILES ${LOVE_SRC_MODULE_TIMER_SDL})
|
||||
source_group("modules\\timer" FILES ${LOVE_SRC_MODULE_TIMER})
|
||||
|
||||
#
|
||||
# love.touch
|
||||
|
||||
Reference in New Issue
Block a user