mirror of https://github.com/GNOME/gimp.git
app: #if 0 some stuff to aviod warnings
This commit is contained in:
parent
1b7d60cc87
commit
f2c56cb363
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue