[Scummvm-cvs-logs] CVS: scummex wxwindows.cpp,1.25,1.26 wxwindows.h,1.13,1.14

Adrien Mercier yoshizf at users.sourceforge.net
Sat Sep 27 08:56:03 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv32243

Modified Files:
	wxwindows.cpp wxwindows.h 
Log Message:
This is not needed anymore

Index: wxwindows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- wxwindows.cpp	27 Sep 2003 14:56:11 -0000	1.25
+++ wxwindows.cpp	27 Sep 2003 15:55:45 -0000	1.26
@@ -235,12 +235,6 @@
 	_image->SetRGB(x, y, (unsigned char) red, (unsigned char) green, (unsigned char) blue);
 }
 
-void ImageWindow::UpdateImage() {
-	wxBitmap bitmap = wxBitmap(_image);
-	_sbmp->SetBitmap(bitmap);
-	Refresh();
-}
-
 void GUI_wxWindows::DisplayViewer(char *title, int width, int height, char *text) {
 
 	ViewerWindow *viewerFrame = new ViewerWindow(_mainWindow, title, text, wxPoint(50,50), wxSize(width, height));

Index: wxwindows.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- wxwindows.h	27 Sep 2003 14:56:11 -0000	1.13
+++ wxwindows.h	27 Sep 2003 15:55:45 -0000	1.14
@@ -109,7 +109,6 @@
 	ImageWindow(const wxString& title, const wxSize& size, int blockId, byte flags = FLAG_NONE);
 	void DrawImage();
 	void PutPixel(int x, int y, int red, int green, int blue);
-	void UpdateImage();
 
 protected:
 	wxStaticBitmap *_sbmp;





More information about the Scummvm-git-logs mailing list