X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=vid_shared.c;h=a6bc8a9f6c8e4ee6a1e538d74de42bb6a209903b;hb=22c208746a407737e19a6e615cadf7b6f1109eea;hp=de2f788dcd9ffaad5e095a4cd4df0c4e80bd7c53;hpb=f0759ed4221a432267e456d6862000cd55775504;p=xonotic%2Fdarkplaces.git diff --git a/vid_shared.c b/vid_shared.c index de2f788d..a6bc8a9f 100644 --- a/vid_shared.c +++ b/vid_shared.c @@ -765,7 +765,6 @@ int current_vid_fullscreen; int current_vid_width; int current_vid_height; int current_vid_bitsperpixel; -extern int VID_InitMode (int fullscreen, int width, int height, int bpp); int VID_Mode(int fullscreen, int width, int height, int bpp) { Con_Printf("Video: %s %dx%dx%d\n", fullscreen ? "fullscreen" : "window", width, height, bpp);