summaryrefslogtreecommitdiffstats
path: root/Gui/Window.cpp
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
committerneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
commitcbc867ee44137b24e2549271499a9d211cd6b000 (patch)
tree9ccfa703082acd0bbe4df3e4b0a57b89e810a968 /Gui/Window.cpp
parent356efaf89afdad141b313767e1a2b89de3c08d0a (diff)
downloadzoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.tar
zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.zip
zoomedit: Moved source to extra dir.
Diffstat (limited to 'Gui/Window.cpp')
-rw-r--r--Gui/Window.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Gui/Window.cpp b/Gui/Window.cpp
deleted file mode 100644
index a90a460..0000000
--- a/Gui/Window.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "Window.h"
-
-namespace ZoomEdit {
-namespace Gui {
-
-Window::Window(BaseObjectType *cobject, const Glib::RefPtr<Gnome::Glade::Xml> &xml)
-: Gtk::Window(cobject) {
- xml->connect_clicked("MenuItemQuit", sigc::mem_fun(this, &Window::hide));
-}
-
-Window::~Window() {
-}
-
-}
-}