]> Shamusworld >> Repos - apple2/blobdiff - src/gui/draggablewindow2.h
Initial stab at fixing the GUI classes so that they work properly.
[apple2] / src / gui / draggablewindow2.h
index 47113ff0d283e4de5bc43576a91e1b57ec8a9815..0942ec944fd4c5d45278a63512d7a7e67393fc1a 100755 (executable)
@@ -26,7 +26,7 @@ class DraggableWindow2: public Window
 
        private:
                SDL_Surface * img;
-               SDL_Surface * label;
+//             SDL_Surface * label;
 };
 
 #endif // __DRAGGABLEWINDOW2_H__