Code cleanup: move expose redraw to draw.c
[xboard.git] / draw.h
diff --git a/draw.h b/draw.h
index a7bdfce..fee4ccb 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -68,9 +68,7 @@ extern Pixel lightSquareColor, darkSquareColor, whitePieceColor, blackPieceColor
   highlightSquareColor, premoveHighlightColor;
 
 // defined in draw.c
-void InitDrawingHandle P((Option *opt));
 void CreateGCs P((int redo));
-void NewSurfaces P((void));
 void CreateAnyPieces P((void));
 void CreatePNGPieces P((void));
 void CreateGrid P((void));