Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Bernd Wachter committed Jun 13, 2013
1 parent 875ed8a commit 10ad7f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ssuks/ssukickstarter.cpp
Expand Up @@ -136,8 +136,6 @@ QStringList SsuKickstarter::packages(){
.arg(deviceModel);
result.append(configuration);

// check if there's a kernel, and if so, append it as well

result.sort();
result.removeDuplicates();
result.prepend("%packages");
Expand Down
4 changes: 0 additions & 4 deletions ssuks/ssukickstarter.h
Expand Up @@ -15,10 +15,6 @@
#include "libssu/ssudeviceinfo.h"
#include "libssu/ssu.h"

/*
class Q_CORE_EXPORT SsuKickstarter: public QObject {
Q_OBJECT
*/
class SsuKickstarter {
public:
SsuKickstarter();
Expand Down
1 change: 0 additions & 1 deletion ssuks/ssuks.h
Expand Up @@ -13,7 +13,6 @@

class SsuKs: public QObject {
Q_OBJECT
//class SsuKs {

public:
SsuKs(){};
Expand Down

0 comments on commit 10ad7f1

Please sign in to comment.