Skip to content

Commit

Permalink
Remove unnecessary code copied from export dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Sep 15, 2024
1 parent e0827a1 commit 8c914a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/dialogs/importdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ namespace Ui {
class ImportDialog;
}

// subtiles per line if the output is groupped, an odd number to ensure it is not recognized as a flat tile
#define EXPORT_SUBTILES_PER_LINE 15

// frames per line if the output of a tileset-frames is groupped, an odd number to ensure it is not recognized as a flat tile or as subtiles
#define EXPORT_LVLFRAMES_PER_LINE 31

class ImportDialog : public QDialog {
Q_OBJECT

Expand Down

0 comments on commit 8c914a3

Please sign in to comment.