summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2020-04-05 19:11:10 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-07-11 01:07:58 +0100
commit6c7208d9b63581aea04881dc028bdf1d8974423b (patch)
tree64783f6e6b6946ed3c56ccdb38734172272f8337
parent91bc0ea9aaaf23e1ecb72c04aeb3420a0d2636ba (diff)
downloadnautilus-6c7208d9b63581aea04881dc028bdf1d8974423b.tar.gz
undo-private: Remove dead header
Leftover from d5a9299fc58e646bfbdb8ede8eabb0b9e786eb5e
-rw-r--r--src/nautilus-undo-private.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/nautilus-undo-private.h b/src/nautilus-undo-private.h
deleted file mode 100644
index 2a9be283c..000000000
--- a/src/nautilus-undo-private.h
+++ /dev/null
@@ -1,30 +0,0 @@
-
-/* xxx
- *
- * Copyright (C) 2000 Eazel, Inc.
- *
- * Author: Gene Z. Ragan <gzr@eazel.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include "nautilus-undo.h"
-#include "nautilus-undo-manager.h"
-#include <glib-object.h>
-
-NautilusUndoManager * nautilus_undo_get_undo_manager (GObject *attached_object);
-void nautilus_undo_attach_undo_manager (GObject *object,
- NautilusUndoManager *manager); \ No newline at end of file