Skip to content

Commit 47c4aed

Browse files
authored
removed unnecessary statement
1 parent 99b4731 commit 47c4aed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ First of all, you need to initialize the connection between your software and th
193193

194194
The mlx_init function will create this connection. No parameters are needed, ant it will return a void * identifier, used for further calls to the library routines. The mlx_release function can be used at the end of the program to disconnect from the graphic system and release resources.
195195

196-
If **mlx_init()** fails to set up the connection to the display, it will return None.
197-
198-
199196
## Return values
200197

201198
If **mlx_init()** set up the connection to the display correctly, it will return an **int as a pointer**; otherwise, it returns **None**.

0 commit comments

Comments
 (0)