|
From: CVS C. to T. <the...@li...> - 2011-10-08 19:59:23
|
Revision: 667
http://themis.svn.sourceforge.net/themis/?rev=667&view=rev
Author: mark_hellegers
Date: 2011-10-08 19:59:17 +0000 (Sat, 08 Oct 2011)
Log Message:
-----------
Removed another unused variable.
Modified Paths:
--------------
trunk/themis/framework/win.cpp
trunk/themis/framework/win.h
Modified: trunk/themis/framework/win.cpp
===================================================================
--- trunk/themis/framework/win.cpp 2011-10-08 19:44:30 UTC (rev 666)
+++ trunk/themis/framework/win.cpp 2011-10-08 19:59:17 UTC (rev 667)
@@ -77,7 +77,6 @@
BScreen Screen;
SetSizeLimits(300, Screen.Frame().right, 200, Screen.Frame().bottom);
- protocol=0;
urlpopupwindow = NULL;
fNextWindow = NULL;
fOldFrame = Frame();
Modified: trunk/themis/framework/win.h
===================================================================
--- trunk/themis/framework/win.h 2011-10-08 19:44:30 UTC (rev 666)
+++ trunk/themis/framework/win.h 2011-10-08 19:59:17 UTC (rev 667)
@@ -54,7 +54,6 @@
class Win : public BWindow, public MessageSystem {
private:
- uint32 protocol;
Win * fNextWindow;
BRect fOldFrame;
bool fMaximized;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|