Moving some function prototypes into the source files where they are found and out...
[freeglut] / src / Common / freeglut_internal.h
index cacb55b..cb527ff 100644 (file)
@@ -852,20 +852,6 @@ void fgDeinitialize( void );
 void fgCreateStructure( void );\r
 void fgDestroyStructure( void );\r
 \r
-/* A helper function to check if a display mode is possible to use */\r
-#if TARGET_HOST_POSIX_X11\r
-GLXFBConfig* fgChooseFBConfig( int* numcfgs );\r
-#endif\r
-\r
-/* The window procedure for Win32 events handling */\r
-#if TARGET_HOST_MS_WINDOWS\r
-LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg,\r
-                               WPARAM wParam, LPARAM lParam );\r
-void fgNewWGLCreateContext( SFG_Window* window );\r
-GLboolean fgSetupPixelFormat( SFG_Window* window, GLboolean checkOnly,\r
-                              unsigned char layer_type );\r
-#endif\r
-\r
 /*\r
  * Window creation, opening, closing and destruction.\r
  * Also CallBack clearing/initialization.\r