mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
dead code--
This commit is contained in:
parent
58b264e0a9
commit
ec1836d802
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
#include <PartitionCoreModule.h>
|
|
||||||
#include <PartitionPage.h>
|
|
||||||
|
|
||||||
#include <QApplication>
|
|
||||||
|
|
||||||
int
|
|
||||||
main( int argc, char* argv[] )
|
|
||||||
{
|
|
||||||
QApplication app( argc, argv );
|
|
||||||
PartitionCoreModule core;
|
|
||||||
PartitionPage page( &core );
|
|
||||||
page.show();
|
|
||||||
return app.exec();
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue