diff --git a/src/modules/partition/main.cpp b/src/modules/partition/main.cpp deleted file mode 100644 index 000c78d98..000000000 --- a/src/modules/partition/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include - -#include - -int -main( int argc, char* argv[] ) -{ - QApplication app( argc, argv ); - PartitionCoreModule core; - PartitionPage page( &core ); - page.show(); - return app.exec(); -}