diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-25 02:06:50 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-25 02:06:50 +0000 |
| commit | a1abce3b56c5f1f315f92db640047c38eeceba05 (patch) | |
| tree | cfa3829e9329ddef45ea17bcd974791083d83656 /src/document.cpp | |
| parent | Added author of a patch (diff) | |
| download | inkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.tar.gz inkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.zip | |
I peeled back my changes because of some deep error.
(bzr r1636)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/document.cpp b/src/document.cpp index ebc65830f..04d3a147c 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -66,8 +66,6 @@ static gint sp_document_idle_handler(gpointer data); -// JON: This must stay as gboolean because its used as a callback into -// our legacy c stuff in here. Would like to make bool gboolean sp_document_resource_list_free(gpointer key, gpointer value, gpointer data); static gint doc_count = 0; @@ -1108,8 +1106,6 @@ sigc::connection sp_document_resources_changed_connect(SPDocument *document, /* Helpers */ -// JON: This must stay this way because it is used as a callback for -// legacy glib code which needs to be moved to glibmm gboolean sp_document_resource_list_free(gpointer key, gpointer value, gpointer data) { |
