From 4353ad3f7ba843d55bc3af8dcf93b56bb3319062 Mon Sep 17 00:00:00 2001 From: Arrehn Date: Sun, 16 Jan 2011 07:58:02 -0800 Subject: [PATCH] Duplicate line causing a build break --- indra/llwindow/llwindowsdl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/llwindow/llwindowsdl.h b/indra/llwindow/llwindowsdl.h index 2f777cb831..67319a9580 100644 --- a/indra/llwindow/llwindowsdl.h +++ b/indra/llwindow/llwindowsdl.h @@ -147,7 +147,6 @@ protected: const std::string& title, int x, int y, int width, int height, U32 flags, BOOL fullscreen, BOOL clearBg, BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth, U32 fsaa_samples, BOOL use_legacy_cursors); - BOOL ignore_pixel_depth, U32 fsaa_samples, BOOL use_legacy_cursors); ~LLWindowSDL(); /*virtual*/ BOOL isValid();