Empty-string anim queues are now allowed
This commit is contained in:
@@ -364,17 +364,6 @@ public:
|
||||
//
|
||||
util::SharedStdString get_encoded_queue() const { return encqueue_; }
|
||||
|
||||
// Get a serialized representation of a blank queue.
|
||||
//
|
||||
// Since an animqueue must have at least one step, the blank queue
|
||||
// contains a single default step.
|
||||
//
|
||||
static util::SharedStdString get_encoded_blank_queue() { return blankqueue_; }
|
||||
|
||||
// Initialize the animqueue module.
|
||||
//
|
||||
static void initialize_module();
|
||||
|
||||
private:
|
||||
struct QueueRange {
|
||||
int size;
|
||||
@@ -425,9 +414,6 @@ private:
|
||||
//
|
||||
util::SharedStdString encqueue_;
|
||||
|
||||
// The blank animation queue.
|
||||
//
|
||||
static util::SharedStdString blankqueue_;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user