Commented out some silly code in the preferences test.

This commit is contained in:
Matthias Melcher
2019-12-31 18:32:30 +01:00
parent c0237a1f04
commit df9eb443f0
+3 -3
View File
@@ -328,7 +328,7 @@ Function {writePrefs()} {open return_type void
fl_message( "Assertion failed:\\nNot all group entries were found!" );
/* sample code only: */
unsigned int hex = 0x2387efcd;
eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) );
eat.set( "binFoo2", (void*)&bed, 256 );} {}
//unsigned int hex = 0x2387efcd;
//eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) );
//eat.set( "binFoo2", (void*)&bed, 256 );} {}
}