|
From: <gi...@gp...> - 2011-04-28 14:08:33
|
The branch, master has been updated
via 9c19c1ad417e36080e6c96ec1ac34d0b60a2951a (commit)
from c3eb26ad40042b9b21d5eb97a2537f36d8d1aa74 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/global.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
=================
Commit Messages
=================
commit 9c19c1ad417e36080e6c96ec1ac34d0b60a2951a
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
global.h: Remove unused OutputType members Width and Height
:100644 100644 c82def6... a036ee5... M src/global.h
=========
Changes
=========
commit 9c19c1ad417e36080e6c96ec1ac34d0b60a2951a
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
global.h: Remove unused OutputType members Width and Height
diff --git a/src/global.h b/src/global.h
index c82def6..a036ee5 100644
--- a/src/global.h
+++ b/src/global.h
@@ -173,9 +173,6 @@ typedef struct /* holds information about output window */
hidGC bgGC, /* background and foreground; */
fgGC, /* changed from some routines */
pmGC; /* depth 1 pixmap GC to store clip */
-
- int Width, /* sizes of output window (porthole) */
- Height;
}
OutputType, *OutputTypePtr;
|