summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/object-attributes.h')
-rw-r--r--src/dialogs/object-attributes.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/dialogs/object-attributes.h b/src/dialogs/object-attributes.h
deleted file mode 100644
index 53b3ee37f..000000000
--- a/src/dialogs/object-attributes.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/** @file
- * @brief Generic object attribute editor
- */
-/* Author:
- * Lauris Kaplinski <lauris@ximian.com>
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * Licensed under GNU GPL
- */
-
-#ifndef SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
-#define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
-
-#include <glib.h>
-
-class SPObject;
-
-void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
-
-#endif
-
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :