Added missing files.
[familia.git] / src / viewport / drawing_area.c
index 9a89fad7763fbc70cf4c6e0ca4d3de0406221739..9cb96b0136136f54b517875ee4bec9b9fe04d872 100644 (file)
@@ -48,11 +48,6 @@ gboolean drawing_area_configure_event (GtkWidget *widget,
        GLfloat w;
        /* OpenGL widget height */
        GLfloat h;
-
-       /* Current page width */
-       GLfloat width = 0;
-       /* Current page height */
-       GLfloat height = 0;
        /* Aspect ratio */
        GLfloat aspect = 0;