|
From: <gi...@gp...> - 2011-08-28 11:27:37
|
The branch, master has been updated
via 7433061c74f1fadcb5bbdccdaea5850be19dd1cc (commit)
from 107c850395265126f836aa9077ae24adf53ee818 (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/draw.h | 3 ---
src/main.c | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
=================
Commit Messages
=================
commit 7433061c74f1fadcb5bbdccdaea5850be19dd1cc
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
Remove traces of LoadBackgroundImage() from the core of PCB
:100644 100644 484ae98... ef32ebb... M src/draw.h
:100644 100644 2f4322f... 5ce6e53... M src/main.c
=========
Changes
=========
commit 7433061c74f1fadcb5bbdccdaea5850be19dd1cc
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
Remove traces of LoadBackgroundImage() from the core of PCB
diff --git a/src/draw.h b/src/draw.h
index 484ae98..ef32ebb 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -70,8 +70,5 @@ void EraseElement (ElementTypePtr);
void EraseElementPinsAndPads (ElementTypePtr);
void EraseElementName (ElementTypePtr);
void EraseObject (int, void *, void *);
-void LoadBackgroundImage (char *);
-
-/*GdkDrawable *draw_get_current_drawable(void);*/
#endif
diff --git a/src/main.c b/src/main.c
index 2f4322f..5ce6e53 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1052,9 +1052,6 @@ main (int argc, char *argv[])
LayerStringToLayerStack (Settings.InitialLayerStack);
}
- /* FIX_ME
- LoadBackgroundImage (Settings.BackgroundImage); */
-
/* This must be called before any other atexit functions
* are registered, as it configures an atexit function to
* clean up and free various items of allocated memory,
|