[gimp] app: #if 0 some stuff to aviod warnings
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] app: #if 0 some stuff to aviod warnings
- Date: Sun, 7 Feb 2010 12:49:16 +0000 (UTC)
commit f2c56cb363d2372fc43ad7167863d99f80c6245b
Author: Michael Natterer <mitch gimp org>
Date: Sun Feb 7 12:02:37 2010 +0100
app: #if 0 some stuff to aviod warnings
app/vectors/gimpvectorspropundo.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/vectors/gimpvectorspropundo.c b/app/vectors/gimpvectorspropundo.c
index e28a842..1e9e1b3 100644
--- a/app/vectors/gimpvectorspropundo.c
+++ b/app/vectors/gimpvectorspropundo.c
@@ -90,8 +90,10 @@ gimp_vectors_prop_undo_pop (GimpUndo *undo,
GimpUndoMode undo_mode,
GimpUndoAccumulator *accum)
{
+#if 0
GimpVectorsPropUndo *vectors_prop_undo = GIMP_VECTORS_PROP_UNDO (undo);
GimpVectors *vectors = GIMP_VECTORS (GIMP_ITEM_UNDO (undo)->item);
+#endif
GIMP_UNDO_CLASS (parent_class)->pop (undo, undo_mode, accum);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]