|
From: <gi...@gp...> - 2011-08-14 16:56:35
|
The branch, master has been updated
via 4932e8d78447c6e4d74c7c87865caf2fec7fe5b1 (commit)
from 1fe293d6e1c4c18e0be0f06c360276e017bc219d (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 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 4932e8d78447c6e4d74c7c87865caf2fec7fe5b1
Author: Felix Ruoff <Fe...@po...>
Commit: Felix Ruoff <Fe...@po...>
Remove unused variable
:100644 100644 7a09d46... 0ae5d22... M src/global.h
=========
Changes
=========
commit 4932e8d78447c6e4d74c7c87865caf2fec7fe5b1
Author: Felix Ruoff <Fe...@po...>
Commit: Felix Ruoff <Fe...@po...>
Remove unused variable
diff --git a/src/global.h b/src/global.h
index 7a09d46..0ae5d22 100644
--- a/src/global.h
+++ b/src/global.h
@@ -659,7 +659,6 @@ typedef struct /* some resources... */
*Groups, /* string with layergroups */
*Routes, /* string with route styles */
*FilePath, *RatPath, *RatCommand, *FontPath, *PinoutFont, *ElementPath, *LibraryPath, *Size, /* geometry string for size */
- *Media,
*BackgroundImage, /* PPM file for board background */
*ScriptFilename, /* PCB Actions script to execute on startup */
*ActionString, /* PCB Actions string to execute on startup */
|