From b5e31868dc0d4d5094752ab2dba127311434e66f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 16 Sep 2008 06:36:17 +0000 Subject: [FIX] Refactored out some code to ObjectModel [FIX] Drag and drop now accepts URLs [FIX] The main window can now accept drops git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@265 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigmodr/models/RootModel.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'sigmodr/models/RootModel.cpp') diff --git a/sigmodr/models/RootModel.cpp b/sigmodr/models/RootModel.cpp index 53bc523c..7c794052 100644 --- a/sigmodr/models/RootModel.cpp +++ b/sigmodr/models/RootModel.cpp @@ -24,9 +24,6 @@ // Sigmod includes #include "../../sigmod/Sigmod.h" -// Test code includes -#include - Sigmodr::RootModel::RootModel() : GroupModel(NULL, NULL) { -- cgit