summaryrefslogtreecommitdiffstats
path: root/src/message-stack.h
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2006-08-25 02:06:50 +0000
committerkidproto <kidproto@users.sourceforge.net>2006-08-25 02:06:50 +0000
commita1abce3b56c5f1f315f92db640047c38eeceba05 (patch)
treecfa3829e9329ddef45ea17bcd974791083d83656 /src/message-stack.h
parentAdded author of a patch (diff)
downloadinkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.tar.gz
inkscape-a1abce3b56c5f1f315f92db640047c38eeceba05.zip
I peeled back my changes because of some deep error.
(bzr r1636)
Diffstat (limited to 'src/message-stack.h')
-rw-r--r--src/message-stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/message-stack.h b/src/message-stack.h
index bcae24161..4741cce1e 100644
--- a/src/message-stack.h
+++ b/src/message-stack.h
@@ -155,7 +155,6 @@ private:
Message *_discard(Message *m); ///< frees a message struct and returns the next such struct in the list
void _emitChanged(); ///< emits the "changed" signal
- // JON: Have to keep this gboolean for legacy reasons of glib support
static gboolean _timeout(gpointer data); ///< callback to expire flashed messages
sigc::signal<void, MessageType, gchar const *> _changed_signal;