Skip to content

Commit 1bd1c02

Browse files
committed
Remove incorrect reference to C API documentation for windowData
1 parent 79ba099 commit 1bd1c02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SDL/Video.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ windowTitle (Window w) = makeStateVar getWindowTitle setWindowTitle
324324
-- window and name.
325325
--
326326
-- This 'StateVar' can be modified using '$=' and the current value retrieved with 'get'.
327-
--
328-
-- See @<https://wiki.libsdl.org/SDL_SetWindowTitle SDL_SetWindowTitle>@ and @<https://wiki.libsdl.org/SDL_GetWindowTitle SDL_GetWindowTitle>@ for C documentation.
329327
windowData :: Window -> CString -> StateVar (Ptr ())
330328
windowData (Window w) key = makeStateVar getWindowData setWindowData
331329
where

0 commit comments

Comments
 (0)