]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Fixed crash in FileThread where file type was known but not in the database.
[virtualjaguar] / src / gui / about.h
index 7397e3b8a9679f185eac1b6ad909d248627f0dac..854ebc88f5073ddaaa43be2a3e8194ce5f29b20b 100644 (file)
@@ -22,21 +22,3 @@ class AboutWindow: public QWidget
 };
 
 #endif // __ABOUT_H__
-
-
-#if 0
-class AboutWindow : public QbWindow {
-  Q_OBJECT
-
-public:
-  QVBoxLayout *layout;
-  struct Logo : public QWidget {
-    void paintEvent(QPaintEvent*);
-  } *logo;
-  QLabel *info;
-
-  AboutWindow();
-};
-
-extern AboutWindow *aboutWindow;
-#endif