Fixed problem of player looking for CSS file in a hard-coded location.
[rodin/chimara.git] / libchimara / abort.c
index 79594089a920221d85ee79ff028dfbbd1e0b41bc..cec03a6a38cd84df1da4799762830a16500fafbe 100644 (file)
@@ -176,6 +176,4 @@ shutdown_glk_post(void)
        glk_data->unregister_obj = NULL;
        glk_data->register_arr = NULL;
        glk_data->unregister_arr = NULL;
-       
-       /* Leave the style_initialized flag as it is, since the CSS file is a widget property */
 }