comparison gtk3/dw.c @ 1308:224893b5b868

Removed a now unsued variable from GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Nov 2011 23:42:12 +0000
parents dbd507f42947
children c969db49606e
comparison
equal deleted inserted replaced
1307:1c3ff83d0d4b 1308:224893b5b868
1896 * False if there is already a message loop running. 1896 * False if there is already a message loop running.
1897 */ 1897 */
1898 int dw_int_init(DWResources *res, int newthread, int *argc, char **argv[]) 1898 int dw_int_init(DWResources *res, int newthread, int *argc, char **argv[])
1899 { 1899 {
1900 char *tmp; 1900 char *tmp;
1901 char *fname;
1902 1901
1903 if(res) 1902 if(res)
1904 { 1903 {
1905 _resources.resource_max = res->resource_max; 1904 _resources.resource_max = res->resource_max;
1906 _resources.resource_id = res->resource_id; 1905 _resources.resource_id = res->resource_id;