Fixed compiler warnings, see bug962
[supertux.git] / external / findlocale / findlocale.c
index 4874ba2..e08ca9d 100644 (file)
@@ -416,7 +416,7 @@ lcid_to_fl(LCID lcid,
 
 
 FL_Success
-FL_FindLocale(FL_Locale **locale, FL_Domain domain) {
+FL_FindLocale(FL_Locale **locale) {
   FL_Success success = FL_FAILED;
   FL_Locale *rtn = malloc(sizeof(FL_Locale));
   rtn->lang = NULL;