From aa042e930bc5cce596829086ce84f2c3c7c885ad Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 17 Jun 2012 00:08:03 -0700 Subject: Removed outdated classes. Pruned header to not introduce extraneous includes. (bzr r11502) --- src/ui/widget/handlebox.cpp | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 src/ui/widget/handlebox.cpp (limited to 'src/ui/widget/handlebox.cpp') diff --git a/src/ui/widget/handlebox.cpp b/src/ui/widget/handlebox.cpp deleted file mode 100644 index 0ac84ef3a..000000000 --- a/src/ui/widget/handlebox.cpp +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Author: - * Derek P. Moore - * - * Copyright (C) 2004 Derek P. Moore - * - * Released under GNU GPL. Read the file 'COPYING' for more information. - */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include "handlebox.h" - -namespace Inkscape { -namespace UI { -namespace Widget { - -HandleBox::HandleBox(Gtk::Widget *widget, - Gtk::PositionType position) - : _widget(widget) -{ - g_assert(_widget != NULL); - add(*Gtk::manage(_widget)); - set_handle_position(position); -} - -} // namespace Widget -} // namespace UI -} // namespace Inkscape - -/* - Local Variables: - mode:c++ - c-file-style:"stroustrup" - c-file-offsets:((innamespace . 0)(inline-open . 0)) - indent-tabs-mode:nil - fill-column:99 - End: -*/ -// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 : -- cgit v1.2.3