changeset 9:00de693e73be

Removed App::on_Resize() - it was not being used.
author Eris Caffee <discordia@eldalin.com>
date Mon, 15 Nov 2010 23:31:48 -0600
parents 4a0062095c37
children 9efbc0c6637b
files include/App.h src/App.cpp
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/include/App.h	Mon Nov 15 23:13:35 2010 -0600
     1.2 +++ b/include/App.h	Mon Nov 15 23:31:48 2010 -0600
     1.3 @@ -66,7 +66,6 @@
     1.4     void on_MouseMove(SDL_MouseMotionEvent motion);
     1.5     void on_LButtonDown(SDL_MouseButtonEvent button);
     1.6     void on_LButtonUp(SDL_MouseButtonEvent button);
     1.7 -   void on_Resize(SDL_ResizeEvent resize);
     1.8     void on_Expose();
     1.9     void on_Quit();
    1.10  
     2.1 --- a/src/App.cpp	Mon Nov 15 23:13:35 2010 -0600
     2.2 +++ b/src/App.cpp	Mon Nov 15 23:31:48 2010 -0600
     2.3 @@ -443,13 +443,6 @@
     2.4  
     2.5  
     2.6  ////////////////////////////////////////////////////////////////////////////////
     2.7 -void App::on_Resize(SDL_ResizeEvent resize)
     2.8 -   {
     2.9 -   redraw = true;
    2.10 -   }
    2.11 -
    2.12 -
    2.13 -////////////////////////////////////////////////////////////////////////////////
    2.14  void App::on_Expose()
    2.15     {
    2.16     redraw = true;